Click or drag to resize

StaticBodyGetConstantLinearVelocity Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.StaticBody.GetConstantLinearVelocity"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetConstantLinearVelocity is deprecated. Use the ConstantLinearVelocity property instead.")]
public Vector3 GetConstantLinearVelocity()

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Godot.StaticBody.GetConstantLinearVelocity"]

See Also