Exemplo n.º 1
0
 private void OnEnable()
 {
     bindings = new EventBindings <StringEventListener, StringEvent>(target as StringEvent);
 }
 private void OnEnable()
 {
     bindings = new EventBindings <GameObjectEventListener, GameObjectEvent>(target as GameObjectEvent);
 }
Exemplo n.º 3
0
 private void OnEnable()
 {
     bindings = new EventBindings <LevelEventListener, LevelEvent>(target as LevelEvent);
 }
Exemplo n.º 4
0
 private void OnEnable()
 {
     bindings = new EventBindings <Vector3EventListener, Vector3Event>(target as Vector3Event);
 }
Exemplo n.º 5
0
 private void OnEnable()
 {
     bindings = new EventBindings <LayersEventListener, LayersEvent>(target as LayersEvent);
 }
Exemplo n.º 6
0
 private void OnEnable()
 {
     bindings = new EventBindings <IntEventListener, IntEvent>(target as IntEvent);
 }