Click or drag to resize
ConstraintGetNormalizedWeight Method
Gets the normalized weight for 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#
protected float GetNormalizedWeight(
	int i
)

Parameters

i
Type: SystemInt32
The index.

Return Value

Type: Single
The normalized weight for the target with the specified index.
See Also