SetInputWeightInternal() 개인적인 메소드

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