Click or drag to resize
HipConstraintGetTwistJoints Method
Gets the twist joints.

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

Parameters

twistJoints
Type: System.Collections.GenericListOrientConstraint
A list of OrientConstraints to populate.
See Also