Make It Flow  v1.1
MeadowGames.MakeItFlow.MFSystemManager Class Reference

Inherits MonoBehaviour.

Static Public Member Functions

static void AddBehaviorAction (Action action)
 
static void RemoveBehaviorAction (Action action)
 
static void AddToUpdate (IUpdateEvent action)
 
static void RemoveFromUpdate (IUpdateEvent action)
 

Public Attributes

int behaviorsExecutionTimes = 1
 

Static Public Attributes

static List< GraphicRaycaster > raycasterList = new List<GraphicRaycaster>()
 

Properties

static MFSystemManager Instance [get]
 
bool CacheGraphicRaycasters [get, set]
 
static EventsManager< MFObjectMFEvents [get]
 
static List< Action > BehaviorActions [get]