コード例 #1
0
 private void tweenLocalPlayerIndicator(GameObject go)
 {
     if (!go.IsDestroyed())
     {
         InvitationIndicatorController componentInChildren = go.GetComponentInChildren <InvitationIndicatorController>();
         if (componentInChildren != null)
         {
             componentInChildren.TweenToMainNav();
         }
     }
 }