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< MFObject > | MFEvents [get] |
| static List< Action > | BehaviorActions [get] |