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

GetLinearSleepingThreshold() public method

public GetLinearSleepingThreshold ( BulletBody obj ) : float
obj BulletBody
return float
        public override float GetLinearSleepingThreshold(BulletBody obj)
        {
            BulletBodyUnman bodyu = obj as BulletBodyUnman;
            return BSAPICPP.GetLinearSleepingThreshold2(bodyu.ptr);
        }
BSAPIUnman