BulletCSharp.btRotationalLimitMotor.needApplyTorques C# (CSharp) Method

needApplyTorques() public method

public needApplyTorques ( ) : bool
return bool
        public bool needApplyTorques()
        {
            bool ret = BulletDynamicsPINVOKE.btRotationalLimitMotor_needApplyTorques(swigCPtr);
            return ret;
        }