Namespace: DeltaEngine.Physics2DAssembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
Vector2D LinearVelocity { get; set; }
Vector2D LinearVelocity { get; set; }
Property LinearVelocity As Vector2D
Get
Set
Property LinearVelocity As Vector2D
Get
Set
property Vector2D LinearVelocity {
Vector2D get ();
void set (Vector2D value);
}
property Vector2D LinearVelocity {
Vector2D get ();
void set (Vector2D value);
}
abstract LinearVelocity : Vector2D with get, set
abstract LinearVelocity : Vector2D with get, set
Property Value
Type:
Vector2D