| JointAngularLimits Structure |
Namespace: Candlelight.Physics
[SerializableAttribute] public struct JointAngularLimits : IPropertyBackingFieldCompatible<JointAngularLimits>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<JointAngularLimits>
The JointAngularLimits type exposes the following members.
| Name | Description | |
|---|---|---|
| JointAngularLimits(Joint) |
Initializes a new instance of the JointAngularLimits struct.
| |
| JointAngularLimits(Single, Single, Single, Single) |
Initializes a new instance of the JointAngularLimits struct.
|
| Name | Description | |
|---|---|---|
| ApplyToJoint(SerializedObject) |
Applies this instance to a joint.
| |
| ApplyToJoint(Joint) |
Applies this instance to a configurable joint.
| |
| Clone |
Clone this instance.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current
JointAngularLimits.
(Overrides ValueTypeEquals(Object).) | |
| Equals(JointAngularLimits) |
Determines whether the specified JointAngularLimits is equal to the current
JointAngularLimits.
| |
| GetHashCode |
Serves as a hash function for a JointAngularLimits object.
(Overrides ValueTypeGetHashCode.) | |
| GetSerializedPropertiesHash |
Gets a hash value that is based on the values of the serialized properties of this instance.
| |
| ToString |
Returns a String that represents the current
JointAngularLimits.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| XMax |
Gets the X maximum.
| |
| XMin |
Gets the X minimum.
| |
| YMax |
Gets the Y maximum (symmetrical).
| |
| ZMax |
Gets the Z maximum (symmetrical).
|