Property | Type | Description | |
---|---|---|---|
Cache | KObjectDebugger>.Dictionary | ||
DebugStrs | List |
||
GlobalDebugCoroutine | IEnumerator | ||
WatchObject | object |
Method | Description | |
---|---|---|
CreateDebugObject ( object obj ) : void | ||
RemoveDebugObject ( object obj ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CoGlobalDebugCoroutine ( ) : IEnumerator |
主要为了清理和改名
|
public static CreateDebugObject ( object obj ) : void | ||
obj | object | |
return | void |
public static RemoveDebugObject ( object obj ) : void | ||
obj | object | |
return | void |
public static Dictionary Cache | ||
return | KObjectDebugger>.Dictionary |
public static IEnumerator GlobalDebugCoroutine | ||
return | IEnumerator |