コード例 #1
0
 public void Play_Task()
 {
     count = 3;
     Count_Down.SetActive(false);
     Realtime_Model_player.GetComponent <Animator>().Play("Walking");
     Dummy_Model_player.GetComponent <Animator>().Play("Walking");
 }
コード例 #2
0
 public void Task_Completed()
 {
     Task_Completed_Panel.SetActive(true);
     Realtime_Model_player.GetComponent <Animator>().Play("mixamo_com");
 }