| ConstraintTarget Structure |
Namespace: Candlelight.Maya
[SerializableAttribute] public struct Target : IPropertyBackingFieldCompatible<ConstraintTarget>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<ConstraintTarget>
The ConstraintTarget type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Clone this instance.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current
ConstraintTarget.
(Overrides ValueTypeEquals(Object).) | |
| Equals(ConstraintTarget) |
Determines whether the specified ConstraintTarget is equal to the current
ConstraintTarget.
| |
| GetHashCode |
Serves as a hash function for a ConstraintTarget object.
(Overrides ValueTypeGetHashCode.) | |
| GetSerializedPropertiesHash |
Gets a hash value that is based on the values of the serialized properties of this instance.
| |
| ToQuaternionInterpolationTarget |
Converts this instance to a QuaternionInterpolationTarget.
|
| Name | Description | |
|---|---|---|
| Position |
Gets the position of the target.
| |
| Rotation |
Gets the rotation of the target.
| |
| Transform |
Gets the target's Transform.
| |
| Weight |
Gets the influence of the target on the Constraint.
|