Click or drag to resize
EventManagerOperator Class

[Missing <summary> documentation for "T:Slash.Unity.Common.ECS.EventManagerOperator"]

Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.ECSEventManagerOperator

Namespace: Slash.Unity.Common.ECS
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class EventManagerOperator : MonoBehaviour

The EventManagerOperator type exposes the following members.

Constructors
  NameDescription
Public methodEventManagerOperator
Initializes a new instance of the EventManagerOperator class
Top
Properties
  NameDescription
Protected propertyEventManager
Event manager.
Top
Methods
  NameDescription
Protected methodAwake
Protected methodInit
Initializes this system, setting it up for being added and removed as event listener.
Protected methodOnDisable
Protected methodOnEnable
Protected methodOnGameChanged
Protected methodSetListener
Sets the passed callback for events with the specified key. The callback will automatically be added on enable, and removed on disable.
Protected methodStart
Top
Fields
  NameDescription
Public fieldAddListenersOnStart
Top
See Also