BulletCSharp.btTranslationalLimitMotor.needApplyForce C# (CSharp) Method

needApplyForce() public method

public needApplyForce ( int limitIndex ) : bool
limitIndex int
return bool
        public bool needApplyForce(int limitIndex)
        {
            bool ret = BulletDynamicsPINVOKE.btTranslationalLimitMotor_needApplyForce(swigCPtr, limitIndex);
            return ret;
        }