BounceVector3NaturalMotionAnimation.Acceleration 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 rate at which the velocity increases.
public:
property float Acceleration { float get(); void set(float value); };
float Acceleration();
void Acceleration(float value);
public float Acceleration { get; set; }
var single = bounceVector3NaturalMotionAnimation.acceleration;
bounceVector3NaturalMotionAnimation.acceleration = single;
Public Property Acceleration As Single
Property Value
Single
float
The rate at which the velocity increases.