BEPUphysics.Constraints.SingleEntity.SingleEntityAngularMotor.SingleEntityAngularMotor C# (CSharp) Method

SingleEntityAngularMotor() public method

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

Same methods

SingleEntityAngularMotor::SingleEntityAngularMotor ( Entity entity ) : System