BulletCSharp.btCollisionObject.getCcdMotionThreshold C# (CSharp) Method

getCcdMotionThreshold() public method

public getCcdMotionThreshold ( ) : float
return float
        public float getCcdMotionThreshold()
        {
            float ret = BulletCollisionPINVOKE.btCollisionObject_getCcdMotionThreshold(swigCPtr);
            return ret;
        }