BulletCSharp.btSliderConstraint.setTargetAngMotorVelocity C# (CSharp) Method

setTargetAngMotorVelocity() public method

public setTargetAngMotorVelocity ( float targetAngMotorVelocity ) : void
targetAngMotorVelocity float
return void
        public void setTargetAngMotorVelocity(float targetAngMotorVelocity)
        {
            BulletDynamicsPINVOKE.btSliderConstraint_setTargetAngMotorVelocity(swigCPtr, targetAngMotorVelocity);
        }
btSliderConstraint