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

GetCcdMotionThreshold() public method

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