コード例 #1
0
 void OnTriggerExit(Collider other)
 {
     if (currentState != null && !IsInTransition)
     {
         currentState.TriggerExit(other);
     }
 }