InertiaExpansionBehavior2D.InitialVelocityY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the initial expansion velocity along the y-axis, in coordinate units per millisecond.
public:
property float InitialVelocityY { float get(); void set(float value); };
public float InitialVelocityY { get; set; }
member this.InitialVelocityY : single with get, set
Public Property InitialVelocityY As Single
Property Value
The initial expansion velocity along the y-axis, in coordinate units per millisecond.
Remarks
Expansion must be proportional. The value of this property must equal the value of the InitialVelocityX property when the inertia processor starts; otherwise an exception is thrown.
The default value for this property is NaN
. Leaving this property and InitialVelocityX unchanged from the default or setting this property and InitialVelocityX to zero (0) will disable expansion inertia.
This property cannot be set while the inertia processor is running; otherwise, an exception is thrown.