ScalarNaturalMotionAnimation.InitialVelocity 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 velocity that the animation starts with.
public:
property float InitialVelocity { float get(); void set(float value); };
float InitialVelocity();
void InitialVelocity(float value);
public float InitialVelocity { get; set; }
var single = scalarNaturalMotionAnimation.initialVelocity;
scalarNaturalMotionAnimation.initialVelocity = single;
Public Property InitialVelocity As Single
Property Value
Single
float
The velocity that the animation starts with. The default is 0.