BulletCSharp.btSliderConstraint.getPoweredLinMotor C# (CSharp) Méthode

getPoweredLinMotor() public méthode

public getPoweredLinMotor ( ) : bool
Résultat bool
        public bool getPoweredLinMotor()
        {
            bool ret = BulletDynamicsPINVOKE.btSliderConstraint_getPoweredLinMotor(swigCPtr);
            return ret;
        }
btSliderConstraint