Universe.Physics.BulletSPlugin.BSAPITemplate.GetLinearSleepingThreshold C# (CSharp) Method

GetLinearSleepingThreshold() public abstract method

public abstract GetLinearSleepingThreshold ( BulletBody obj ) : float
obj BulletBody
return float
        public abstract float GetLinearSleepingThreshold(BulletBody obj);
BSAPITemplate