Click or drag to resize
AimConstraintAimVector Property
Gets or sets the axis on ConstrainedObject that will look at the target position.

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

Property Value

Type: Vector3
The axis on ConstrainedObject that will look at the target position.
See Also