Esempio n. 1
0
 public static void Log(string name, object value, bool skipActiveCheck = false, bool SkipLogging = false)
 {
     ValueDebugger.ValueLog(name, value, skipActiveCheck, SkipLogging);
 }
Esempio n. 2
0
 void OnDestroy()
 {
     instance = null;
 }
Esempio n. 3
0
 void OnDestroy()
 {
     instance = null;
 }
Esempio n. 4
0
 void Awake()
 {
     instance = this;
     t        = GetComponent <Text>();
     Values   = new Dictionary <string, object>();
 }
Esempio n. 5
0
 void Awake()
 {
     instance = this;
     t = GetComponent<Text>();
     Values = new Dictionary<string, object>();
 }