Click or drag to resize
ConstraintOffset Property
Gets or sets the offset.

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

Property Value

Type: Vector3
The offset.
Remarks
This value may represent either a position or an Euler angle, depending upon the Constraint in question.
See Also