コード例 #1
0
ファイル: AnimationController.cs プロジェクト: rbernon/monoDX
 public void SetTrackAnimationSet(int track, AnimationSet animationSet)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: AnimationController.cs プロジェクト: rbernon/monoDX
 public void UnregisterAnimationSet(AnimationSet animationSet)
 {
     throw new NotImplementedException();
 }