Show / Hide Table of Contents

Class E_EventManager_I.E_Statics

Inheritance
object
EventManager_I.Statics
E_EventManager_I.E_Statics
Implements
IImplementation
Inherited Members
EventManager_I.Statics.SkipEventManagerReceives
Namespace: WeaverCore.Editor.Implementations
Assembly: WeaverCore.Editor.dll
Syntax
public class E_EventManager_I.E_Statics : EventManager_I.Statics, IImplementation

Methods

| Edit this page View Source

BroadcastToPlaymakerFSMs(string, GameObject, bool)

Declaration
public override void BroadcastToPlaymakerFSMs(string eventName, GameObject source, bool skipEventManagers)
Parameters
Type Name Description
string eventName
GameObject source
bool skipEventManagers
Overrides
EventManager_I.Statics.BroadcastToPlaymakerFSMs(string, GameObject, bool)
| Edit this page View Source

TriggerEventToGameObjectPlaymakerFSMs(string, GameObject, GameObject, bool)

Declaration
public override void TriggerEventToGameObjectPlaymakerFSMs(string eventName, GameObject destination, GameObject source, bool skipEventManagers)
Parameters
Type Name Description
string eventName
GameObject destination
GameObject source
bool skipEventManagers
Overrides
EventManager_I.Statics.TriggerEventToGameObjectPlaymakerFSMs(string, GameObject, GameObject, bool)

Implements

IImplementation

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾