Click or drag to resize

StaticBody2DConstantLinearVelocity Property

The body's constant linear velocity. This does not move the body, but affects colliding bodies, as if it were moving.

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

Property Value

Type: Vector2
See Also