Click or drag to resize
ConstraintGetTargets Method
Gets the targets.

Namespace: Candlelight.Maya
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetTargets(
	ref List<ConstraintTarget> targets
)

Parameters

targets
Type: System.Collections.GenericListConstraintTarget
Targets.
See Also