Exemple #1
0
 public void DispatchEvent()
 {
     Facade.DispatchEvent(EventKey, this, null);
 }
Exemple #2
0
 protected void DispatchEvent(string eventKey, GameEventArgs args)
 {
     Facade.DispatchEvent(eventKey, this, args);
 }
Exemple #3
0
 private void Start()
 {
     Facade.DispatchEvent(ControllerEventCodeParams.CONTROLLER_INPUT, this, controllerEventArgs);
 }