Click or drag to resize
ShoulderConstraintGetTwistJoint Method
Gets the twist joint with the specified index.

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

Parameters

i
Type: SystemInt32
The index.

Return Value

Type: OrientConstraint
The twist joint with the specified index.
See Also