Click or drag to resize
ConstraintTargetToQuaternionInterpolationTarget Method
Converts this instance to a QuaternionInterpolationTarget.

Namespace: Candlelight.Maya
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public QuaternionInterpolationTarget ToQuaternionInterpolationTarget(
	float normalizedWeight
)

Parameters

normalizedWeight
Type: SystemSingle
The weight of this instance normalized to the list of targets to which it belongs.

Return Value

Type: QuaternionInterpolationTarget
A QuaternionInterpolationTarget representation of this instance.
See Also