Class EventManager_I.Statics
Inheritance
EventManager_I.Statics
Assembly: WeaverCore.dll
Syntax
public abstract class EventManager_I.Statics : IImplementation
Fields
|
Edit this page
View Source
SkipEventManagerReceives
Declaration
public static bool SkipEventManagerReceives
Field Value
Methods
|
Edit this page
View Source
BroadcastToPlaymakerFSMs(string, GameObject, bool)
Declaration
public abstract void BroadcastToPlaymakerFSMs(string eventName, GameObject source, bool skipEventManagers)
Parameters
Type |
Name |
Description |
string |
eventName |
|
GameObject |
source |
|
bool |
skipEventManagers |
|
|
Edit this page
View Source
TriggerEventToGameObjectPlaymakerFSMs(string, GameObject, GameObject, bool)
Declaration
public abstract void TriggerEventToGameObjectPlaymakerFSMs(string eventName, GameObject destination, GameObject source, bool skipEventManagers)
Parameters
Type |
Name |
Description |
string |
eventName |
|
GameObject |
destination |
|
GameObject |
source |
|
bool |
skipEventManagers |
|
Implements
Extension Methods