SpringVector2NaturalMotionAnimation.DampingRatio 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 a value that indicates how much damping is applied to the spring.
public:
property float DampingRatio { float get(); void set(float value); };
float DampingRatio();
void DampingRatio(float value);
public float DampingRatio { get; set; }
var single = springVector2NaturalMotionAnimation.dampingRatio;
springVector2NaturalMotionAnimation.dampingRatio = single;
Public Property DampingRatio As Single
Property Value
Single
float
A value that indicates how much damping is applied to the spring.