Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AnimationStream.GetInputWeight

Declaration

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.

Additional resources: inputStreamCount.