BulletCSharp.btSliderConstraint.getPoweredLinMotor C# (CSharp) Method

getPoweredLinMotor() public method

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