Class EventManager_I
Inheritance
Object
Component
Behaviour
MonoBehaviour
EventManager_I
Assembly: WeaverCore.dll
Syntax
public abstract class EventManager_I : MonoBehaviour, IImplementation
Fields
|
Edit this page
View Source
receiver
Declaration
protected EventManager receiver
Field Value
Methods
|
Edit this page
View Source
Awake()
Declaration
protected virtual void Awake()
|
Edit this page
View Source
BroadcastEventInternal(string, GameObject)
Declaration
protected static void BroadcastEventInternal(string eventName, GameObject source)
Parameters
Type |
Name |
Description |
string |
eventName |
|
GameObject |
source |
|
|
Edit this page
View Source
RegisterTriggeredEvent(string, GameObject, GameObject, EventType)
Declaration
protected static void RegisterTriggeredEvent(string eventName, GameObject source, GameObject destination, EventManager.EventType eventType)
Parameters
|
Edit this page
View Source
TriggerEventInternal(string, GameObject)
Declaration
protected void TriggerEventInternal(string eventName, GameObject source)
Parameters
Type |
Name |
Description |
string |
eventName |
|
GameObject |
source |
|
Implements
Extension Methods