示例#1
0
 public void Update()
 {
     if (Input.GetKeyDown(KeyCode.G))
     {
         MotionManager.PlayMotion(new MotionParam());
     }
 }