C# Class KEngine.KObjectDebugger

对C#非MonoBehaviour对象以GameObject形式表现,方便调试
Inheritance: KBehaviour
Afficher le fichier Open project: mr-kelly/KEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
Cache KObjectDebugger>.Dictionary
DebugStrs List
GlobalDebugCoroutine IEnumerator
WatchObject object

Méthodes publiques

Méthode Description
CreateDebugObject ( object obj ) : void
RemoveDebugObject ( object obj ) : void

Private Methods

Méthode Description
Awake ( ) : void
CoGlobalDebugCoroutine ( ) : IEnumerator

主要为了清理和改名

Method Details

CreateDebugObject() public static méthode

public static CreateDebugObject ( object obj ) : void
obj object
Résultat void

RemoveDebugObject() public static méthode

public static RemoveDebugObject ( object obj ) : void
obj object
Résultat void

Property Details

Cache public_oe static_oe property

public static Dictionary Cache
Résultat KObjectDebugger>.Dictionary

DebugStrs public_oe property

public List DebugStrs
Résultat List

GlobalDebugCoroutine public_oe static_oe property

public static IEnumerator GlobalDebugCoroutine
Résultat IEnumerator

WatchObject public_oe property

public object WatchObject
Résultat object