Свойство | Type | Description | |
---|---|---|---|
Cache | KObjectDebugger>.Dictionary | ||
DebugStrs | List |
||
GlobalDebugCoroutine | IEnumerator | ||
WatchObject | object |
Méthode | Description | |
---|---|---|
CreateDebugObject ( object obj ) : void | ||
RemoveDebugObject ( object obj ) : void |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
CoGlobalDebugCoroutine ( ) : IEnumerator |
主要为了清理和改名
|
public static CreateDebugObject ( object obj ) : void | ||
obj | object | |
Résultat | void |
public static RemoveDebugObject ( object obj ) : void | ||
obj | object | |
Résultat | void |
public static Dictionary Cache | ||
Résultat | KObjectDebugger>.Dictionary |
public static IEnumerator GlobalDebugCoroutine | ||
Résultat | IEnumerator |