Click or drag to resize
JointAngularLimits Structure
A struct for working with ConfigurableJoint angular limits.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct JointAngularLimits : IPropertyBackingFieldCompatible<JointAngularLimits>, 
	IPropertyBackingFieldCompatible, ICloneable, IEquatable<JointAngularLimits>

The JointAngularLimits type exposes the following members.

Constructors
  NameDescription
Public methodJointAngularLimits(Joint)
Initializes a new instance of the JointAngularLimits struct.
Public methodJointAngularLimits(Single, Single, Single, Single)
Initializes a new instance of the JointAngularLimits struct.
Top
Methods
  NameDescription
Public methodApplyToJoint(SerializedObject)
Applies this instance to a joint.
Public methodApplyToJoint(Joint)
Applies this instance to a configurable joint.
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current JointAngularLimits.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(JointAngularLimits)
Determines whether the specified JointAngularLimits is equal to the current JointAngularLimits.
Public methodGetHashCode
Serves as a hash function for a JointAngularLimits object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Public methodToString
Returns a String that represents the current JointAngularLimits.
(Overrides ValueTypeToString.)
Top
Properties
  NameDescription
Public propertyXMax
Gets the X maximum.
Public propertyXMin
Gets the X minimum.
Public propertyYMax
Gets the Y maximum (symmetrical).
Public propertyZMax
Gets the Z maximum (symmetrical).
Top
See Also