TriLib 2.2.8
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
TriLibCore.TriLibSettings Class Reference

Represents the TriLib project settings provider. You can override this behavior to store the settings in other places. More...

Inheritance diagram for TriLibCore.TriLibSettings:

Public Member Functions

Dictionary< string, bool >.Enumerator GetKvp ()
 
void OnBeforeSerialize ()
 
void OnAfterDeserialize ()
 

Static Public Member Functions

static bool GetBool (string key)
 
static void SetBool (string key, bool value)
 

Detailed Description

Represents the TriLib project settings provider. You can override this behavior to store the settings in other places.