Tanoda
GlobalTagManager Class Reference
Inheritance diagram for GlobalTagManager:
GILES.pb_MonoBehaviourSingleton< GlobalTagManager >

Public Member Functions

void Save (string fileName, List< string > tags)
 
string[] GetTags (string fileName)
 
byte[] GetData ()
 
void LoadData (byte[] data)
 

Additional Inherited Members

- Protected Member Functions inherited from GILES.pb_MonoBehaviourSingleton< GlobalTagManager >
virtual void Initialize ()
 
virtual void Awake ()
 
- Properties inherited from GILES.pb_MonoBehaviourSingleton< GlobalTagManager >
virtual bool dontDestroyOnLoad [get]
 Override to maintain an instance of this object across level loads. More...
 
static T instance [get]
 
static T nullableInstance [get]
 

Detailed Description

Definition at line 8 of file GlobalTagManager.cs.

Member Function Documentation

◆ GetData()

byte[] GlobalTagManager.GetData ( )

Definition at line 39 of file GlobalTagManager.cs.

◆ GetTags()

string[] GlobalTagManager.GetTags ( string  fileName)

Definition at line 29 of file GlobalTagManager.cs.

◆ LoadData()

void GlobalTagManager.LoadData ( byte[]  data)

Definition at line 50 of file GlobalTagManager.cs.

◆ Save()

void GlobalTagManager.Save ( string  fileName,
List< string >  tags 
)

Definition at line 12 of file GlobalTagManager.cs.


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