BEPUphysics.Constraints.SingleEntity.SingleEntityAngularMotor.SingleEntityAngularMotor C# (CSharp) 메소드

SingleEntityAngularMotor() 공개 메소드

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
리턴 System
        public SingleEntityAngularMotor()
        {
            settings = new MotorSettingsOrientation(this);
            IsActive = false;
        }

Same methods

SingleEntityAngularMotor::SingleEntityAngularMotor ( Entity entity ) : System