Tanoda
TriLibCore.TriLibSettings Class Reference

Represents the TriLib project settings provider. You can override this behavior to store the settings in other places, in case you don't want to use Unity built-in PlayerPrefs. 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, in case you don't want to use Unity built-in PlayerPrefs.

Definition at line 15 of file TriLibSettings.cs.

Member Function Documentation

◆ GetBool()

static bool TriLibCore.TriLibSettings.GetBool ( string  key)
static

Definition at line 57 of file TriLibSettings.cs.

◆ GetKvp()

Dictionary< string, bool >.Enumerator TriLibCore.TriLibSettings.GetKvp ( )

Definition at line 52 of file TriLibSettings.cs.

◆ OnAfterDeserialize()

void TriLibCore.TriLibSettings.OnAfterDeserialize ( )

Definition at line 106 of file TriLibSettings.cs.

◆ OnBeforeSerialize()

void TriLibCore.TriLibSettings.OnBeforeSerialize ( )

Definition at line 86 of file TriLibSettings.cs.

◆ SetBool()

static void TriLibCore.TriLibSettings.SetBool ( string  key,
bool  value 
)
static

Definition at line 67 of file TriLibSettings.cs.


The documentation for this class was generated from the following file: