![]() | EventManagerOperator Class |
[Missing <summary> documentation for "T:Slash.Unity.Common.ECS.EventManagerOperator"]
Namespace: Slash.Unity.Common.ECS
The EventManagerOperator type exposes the following members.
Name | Description | |
---|---|---|
![]() | EventManagerOperator | Initializes a new instance of the EventManagerOperator class |
Name | Description | |
---|---|---|
![]() | EventManager |
Event manager.
|
Name | Description | |
---|---|---|
![]() | Awake | |
![]() | Init |
Initializes this system, setting it up for being added and removed as event listener.
|
![]() | OnDisable | |
![]() | OnEnable | |
![]() | OnGameChanged | |
![]() | SetListener |
Sets the passed callback for events with the specified key.
The callback will automatically be added on enable, and removed on disable.
|
![]() | Start |
Name | Description | |
---|---|---|
![]() | AddListenersOnStart |