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

Public Member Functions

void ClearHashTable ()
 
string GetHash4GameObject (GameObject go, bool doNotStore=false)
 
GameObject GetGOFromHash (string hash)
 
void AddHash (string hash)
 
void ClearHashTable ()
 
string GetHash4GameObject (GameObject go, bool doNotStore=false)
 
GameObject GetGOFromHash (string hash)
 
void AddHash (string hash)
 

Static Public Member Functions

static byte[] GetHash (string inputString)
 
static string GetHashString (string inputString)
 
static byte[] GetHash (string inputString)
 
static string GetHashString (string inputString)
 

Additional Inherited Members

- Protected Member Functions inherited from GILES.pb_MonoBehaviourSingleton< HashingManager >
virtual void Initialize ()
 
virtual void Awake ()
 
- Properties inherited from GILES.pb_MonoBehaviourSingleton< HashingManager >
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 9 of file Alap/HashingManager.cs.

Member Function Documentation

◆ AddHash() [1/2]

void HashingManager.AddHash ( string  hash)

Definition at line 94 of file Alap/HashingManager.cs.

◆ AddHash() [2/2]

void HashingManager.AddHash ( string  hash)

Definition at line 101 of file Dana/HashingManager.cs.

◆ ClearHashTable() [1/2]

void HashingManager.ClearHashTable ( )

Definition at line 13 of file Alap/HashingManager.cs.

◆ ClearHashTable() [2/2]

void HashingManager.ClearHashTable ( )

Definition at line 14 of file Dana/HashingManager.cs.

◆ GetGOFromHash() [1/2]

GameObject HashingManager.GetGOFromHash ( string  hash)

Definition at line 62 of file Alap/HashingManager.cs.

◆ GetGOFromHash() [2/2]

GameObject HashingManager.GetGOFromHash ( string  hash)

Definition at line 69 of file Dana/HashingManager.cs.

◆ GetHash() [1/2]

static byte[] HashingManager.GetHash ( string  inputString)
static

Definition at line 56 of file Alap/HashingManager.cs.

◆ GetHash() [2/2]

static byte[] HashingManager.GetHash ( string  inputString)
static

Definition at line 63 of file Dana/HashingManager.cs.

◆ GetHash4GameObject() [1/2]

string HashingManager.GetHash4GameObject ( GameObject  go,
bool  doNotStore = false 
)

Definition at line 21 of file Alap/HashingManager.cs.

◆ GetHash4GameObject() [2/2]

string HashingManager.GetHash4GameObject ( GameObject  go,
bool  doNotStore = false 
)

Definition at line 23 of file Dana/HashingManager.cs.

◆ GetHashString() [1/2]

static string HashingManager.GetHashString ( string  inputString)
static

Definition at line 85 of file Alap/HashingManager.cs.

◆ GetHashString() [2/2]

static string HashingManager.GetHashString ( string  inputString)
static

Definition at line 92 of file Dana/HashingManager.cs.


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