Click or drag to resize
ConstraintTarget Structure
A target for a Constraint.

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

The ConstraintTarget type exposes the following members.

Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current ConstraintTarget.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(ConstraintTarget)
Determines whether the specified ConstraintTarget is equal to the current ConstraintTarget.
Public methodGetHashCode
Serves as a hash function for a ConstraintTarget object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Public methodToQuaternionInterpolationTarget
Converts this instance to a QuaternionInterpolationTarget.
Top
Properties
  NameDescription
Public propertyPosition
Gets the position of the target.
Public propertyRotation
Gets the rotation of the target.
Public propertyTransform
Gets the target's Transform.
Public propertyWeight
Gets the influence of the target on the Constraint.
Top
See Also