C# Class PunkX.debug.PXConsole

Datei anzeigen Open project: RichardMarks/PunkX

Public Methods

Method Description
enable ( ) : void
log ( string m ) : void
update ( ) : void
watch ( string p ) : void
watchMany ( string p ) : void

Method Details

enable() public method

public enable ( ) : void
return void

log() public method

public log ( string m ) : void
m string
return void

update() public method

public update ( ) : void
return void

watch() public method

public watch ( string p ) : void
p string
return void

watchMany() public method

public watchMany ( string p ) : void
p string
return void