Exemplo n.º 1
0
 public void SetWeaponDirection(ShieldView.FacingDirection direction)
 {
     ShieldView[] children = GetComponentsInChildren <ShieldView>();
     foreach (ShieldView t in children)
     {
         t.SetFacingDirection(direction);
     }
 }
Exemplo n.º 2
0
 public void SetWeaponDirection(ShieldView.FacingDirection direction)
 {
     Character.m_MovementView.SetWeaponDirection(direction);
 }