public void PlayGoBackSound(GoBackEvent evt, SingleNode <GoBackSoundEffectComponent> effect)
 {
     effect.component.PlaySoundEffect();
 }
Beispiel #2
0
 public void CalculateFlightToTank(GoBackEvent e, Node any, [Combine, JoinAll] HangarLocationScreenNode screen, [Combine, JoinAll] HangarCameraNode hangar)
 {
     this.StartFlightToTank(hangar);
 }
Beispiel #3
0
 public void ShowHeaderAnimation(GoBackEvent e, Node any, [JoinAll] TopPanelNode topPanel)
 {
     topPanel.topPanel.screenHeader.SetTrigger("back");
 }