Logic for saving and unloading states during project execution.
More...
|
static readonly Dictionary< Type, object > | _states = new Dictionary<Type, object>() |
|
Logic for saving and unloading states during project execution.
Definition at line 12 of file StatesService.cs.
◆ GetState< T >()
static T PixoVR.Event.StatesService.GetState< T > |
( |
bool | isCreateInstance = false | ) |
|
|
inlinestatic |
◆ SaveState< T >()
static void PixoVR.Event.StatesService.SaveState< T > |
( |
T | data | ) |
|
|
inlinestatic |
◆ _states
readonly Dictionary<Type, object> PixoVR.Event.StatesService._states = new Dictionary<Type, object>() |
|
staticprivate |
The documentation for this class was generated from the following file: