SetInputWeightInternal() private method

private SetInputWeightInternal ( int inputIndex, float weight ) : bool
inputIndex int
weight float
return bool
コード例 #1
0
ファイル: Playable.cs プロジェクト: lsx6244413/UnityDecomplie
 public void SetInputWeight(Playable input, float weight)
 {
     Playable.SetInputWeightInternal(ref this, input, weight);
 }