コード例 #1
0
 public void PlayAPI()
 {
     if (EMMotionManager.GetState("HedgehogOpenClose") == EMBaseMotion.MotionState.Open)
     {
         EMMotionManager.PlayMotion("HedgehogSimple");
     }
 }