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

setTargetAngMotorVelocity() public méthode

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