示例#1
0
 public void PlayRecord()
 {
     //Calls the DataPlayer to replay the temporarily stored Data.
     MyPlayer.Activate(recordList);
     Debug.Log("Playing");
 }
示例#2
0
 public void PlayRecord()
 {
     //Calls the DataPlayer to replay the temporarily stored Data.
     MyPlayer.Activate(recordList, PMCoords);
     status = "playing";
 }