BulletCSharp.btSliderConstraint.getPoweredAngMotor C# (CSharp) Method

getPoweredAngMotor() public method

public getPoweredAngMotor ( ) : bool
return bool
        public bool getPoweredAngMotor()
        {
            bool ret = BulletDynamicsPINVOKE.btSliderConstraint_getPoweredAngMotor(swigCPtr);
            return ret;
        }
btSliderConstraint