BEPUphysics.Constraints.SingleEntity.SingleEntityAngularMotor.SingleEntityAngularMotor C# (CSharp) Méthode

SingleEntityAngularMotor() public méthode

Constructs a new constraint which attempts to restrict the relative angular velocity of two entities to some value. This constructor will make the angular motor start with isActive set to false.
public SingleEntityAngularMotor ( ) : System
Résultat System
        public SingleEntityAngularMotor()
        {
            settings = new MotorSettingsOrientation(this);
            IsActive = false;
        }

Same methods

SingleEntityAngularMotor::SingleEntityAngularMotor ( Entity entity ) : System