Property FlingFriction
FlingFriction
Gets or sets the fling friction coefficient that controls deceleration speed.
public float FlingFriction { get; set; }
Property Value
- float
A value between
0(no friction, fling continues indefinitely) and1(full friction, fling stops immediately). The default is0.08.
Exceptions
- ArgumentOutOfRangeException
valueis less than0or greater than1.