Click or drag to resize
ConstraintGetTarget Method
Gets the target with the specified index.

Namespace: Candlelight.Maya
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public ConstraintTarget GetTarget(
	int i
)

Parameters

i
Type: SystemInt32
The index.

Return Value

Type: ConstraintTarget
The target with the specified index.
See Also