BEPUphysics.Constraints.TwoEntity.JointLimits.SwingLimit.SwingLimit C# (CSharp) Method

SwingLimit() public method

Constructs a new constraint which attempts to restrict the maximum relative angle of two entities to some value. To finish the initialization, specify the connections (ConnectionA and ConnectionB) as well as the WorldAxisA, WorldAxisB (or their entity-local versions) and the MaximumAngle. This constructor sets the constraint's IsActive property to false by default.
public SwingLimit ( ) : System
return System
        public SwingLimit()
        {
            IsActive = false;
        }

Same methods

SwingLimit::SwingLimit ( Entity connectionA, Entity connectionB, Vector3 axisA, Vector3 axisB, float maximumAngle ) : System