Click or drag to resize

StaticBodyConstantLinearVelocity Property

The body's constant linear velocity. This does not move the body, but affects other bodies that touch it, as if it was in a state of movement.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 ConstantLinearVelocity { get; set; }

Property Value

Type: Vector3
See Also