This version of Unity is unsupported.

AnimationStream.GetInputWeight

public float GetInputWeight(int index);

Parameters

index The input index.

Returns

float Returns the weight of the Playable input as a float.

Description

Gets the weight of the Playable connected at a specific input index.

See Also: inputStreamCount.