예제 #1
0
 /// <summary>
 /// アニメーションの合成比率を設定する。
 /// </summary>
 /// <param name="index">対象のインデックス</param>
 /// <param name="weight">合成比率</param>
 public void SetAnimationWeight(int index, float weight)
 {
     coreObject.SetAnimationWeight(index, weight);
 }