コード例 #1
0
 public void TeleportExpire()
 {
     Debug.Log("expire called");
     keyListener.StopActionNow();
     //stop the coroutine that is wait to teleport
     StopCoroutine(IEnumerator_temp);
 }
コード例 #2
0
 public void StopShowingMessage()
 {
     KeyListener.StopActionNow();
     screenMessage_Action.ShowMessage("", " :<", messageTime: 1.5f);
 }