SetInputWeightInternal() private method

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