Beispiel #1
0
 void HandleAnimTriggerMsg(int hash)
 {
     if (animator.IsActive)
     {
         animator.SetTrigger(hash);
     }
 }