Click or drag to resize
AimConstraintUpVector Property
Gets or sets the axis on ConstrainedObject that will act as the constrained up-vector.

Namespace: Candlelight.Maya
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Vector3 UpVector { get; set; }

Property Value

Type: Vector3
The axis on ConstrainedObject that will act as the constrained up-vector.
Remarks
This value is internally orthonormalized.
See Also