Struct BaseEventSystem.EventHandlerEntry
Assembly: cs.temp.dll.dll
Syntax
public struct EventHandlerEntry
Constructors
EventHandlerEntry(IEventSystemHandler, Boolean)
Declaration
public EventHandlerEntry(IEventSystemHandler h, bool isParentListener = false)
Parameters
| Type |
Name |
Description |
| IEventSystemHandler |
h |
|
| Boolean |
isParentListener |
|
EventHandlerEntry(IEventSystemHandler, Boolean)
Declaration
public EventHandlerEntry(IEventSystemHandler h, bool isParentListener = false)
Parameters
| Type |
Name |
Description |
| IEventSystemHandler |
h |
|
| Boolean |
isParentListener |
|
Fields
handler
Declaration
public IEventSystemHandler handler
Field Value
| Type |
Description |
| IEventSystemHandler |
|
handler
Declaration
public IEventSystemHandler handler
Field Value
| Type |
Description |
| IEventSystemHandler |
|
parentObjectIsInObjectCollection
Declaration
public bool parentObjectIsInObjectCollection
Field Value
parentObjectIsInObjectCollection
Declaration
public bool parentObjectIsInObjectCollection
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides