BEPUphysics.Constraints.TwoEntity.Motors.AngularMotor.AngularMotor C# (CSharp) Метод

AngularMotor() публичный Метод

Constructs a new constraint which attempts to restrict the relative angular motion of two entities. To finish the initialization, specify the connections (ConnectionA and ConnectionB). This constructor sets the constraint's IsActive property to false by default.
public AngularMotor ( ) : System
Результат System
        public AngularMotor()
        {
            IsActive = false;
            settings = new MotorSettingsOrientation(this);
        }

Same methods

AngularMotor::AngularMotor ( Entity connectionA, Entity connectionB ) : System