BulletCSharp.btCollisionObject.getCcdSquareMotionThreshold C# (CSharp) Метод

getCcdSquareMotionThreshold() публичный Метод

public getCcdSquareMotionThreshold ( ) : float
Результат float
        public float getCcdSquareMotionThreshold()
        {
            float ret = BulletCollisionPINVOKE.btCollisionObject_getCcdSquareMotionThreshold(swigCPtr);
            return ret;
        }