예제 #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>();
 }