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