BulletCSharp.btTranslationalLimitMotor.needApplyForce C# (CSharp) Méthode

needApplyForce() public méthode

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