SetInputWeightInternal() private method

private SetInputWeightInternal ( int inputIndex, float weight ) : bool
inputIndex int
weight float
return bool
Exemplo n.º 1
0
 public void SetInputWeight(Playable input, float weight)
 {
     Playable.SetInputWeightInternal(ref this, input, weight);
 }