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.