Momentum.Springiness 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.
Apply more acceleration if farther from target- applied acceleration is accelerationRate + springiness * distance
public:
property float Springiness { float get(); void set(float value); };
public float Springiness { get; set; }
member this.Springiness : single with get, set
Public Property Springiness As Single