 | AimConstraintUpVector Property |
Gets or sets the axis on
ConstrainedObject that will act as the constrained
up-vector.
Namespace: Candlelight.MayaAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic Vector3 UpVector { get; set; }
Property Value
Type:
Vector3
The axis on
ConstrainedObject that will act as the constrained up-vector.
RemarksThis value is internally orthonormalized.
See Also