InertiaTranslationBehavior2D.InitialVelocityX Property

Definition

Gets or sets the initial velocity along the x-axis, in coordinate units per millisecond.

public:
 property float InitialVelocityX { float get(); void set(float value); };
public float InitialVelocityX { get; set; }
member this.InitialVelocityX : single with get, set
Public Property InitialVelocityX As Single

Property Value

The initial velocity along the x-axis, in coordinate units per millisecond.

Remarks

The default value for this property is NaN. Leaving this property unchanged from the default or setting this property to zero (0) will disable translational inertia along the x-axis.

This property cannot be set while the inertia processor is running; otherwise, an exception is thrown.

Applies to