C# Class KEngine.KObjectDebuggerExtensions

手动打开或关闭,用于任何object
Mostra file Open project: mr-kelly/KEngine

Public Methods

Method Description
CreateDebugObject ( this obj ) : void
RemoveDebugObject ( this obj ) : void

Method Details

CreateDebugObject() public static method

public static CreateDebugObject ( this obj ) : void
obj this
return void

RemoveDebugObject() public static method

public static RemoveDebugObject ( this obj ) : void
obj this
return void