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