Show / Hide Table of Contents

Class EventManager_I.Statics

Inheritance
object
EventManager_I.Statics
E_EventManager_I.E_Statics
Implements
IImplementation
Namespace: WeaverCore.Implementations
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
Type Description
bool

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

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
☀
☾