C# Class PunkX.debug.PXConsole

Afficher le fichier Open project: RichardMarks/PunkX

Méthodes publiques

Méthode Description
enable ( ) : void
log ( string m ) : void
update ( ) : void
watch ( string p ) : void
watchMany ( string p ) : void

Method Details

enable() public méthode

public enable ( ) : void
Résultat void

log() public méthode

public log ( string m ) : void
m string
Résultat void

update() public méthode

public update ( ) : void
Résultat void

watch() public méthode

public watch ( string p ) : void
p string
Résultat void

watchMany() public méthode

public watchMany ( string p ) : void
p string
Résultat void