Constructors
constructor
-
Accessors
debugObject
- get debugObject(): any
- set debugObject(_object: any): void
-
Returns any
-
Parameters
Returns void
isDebugMode
- get isDebugMode(): boolean
-
Returns boolean
isPerformanceInfo
- get isPerformanceInfo(): boolean
-
Returns boolean
renderFunction
- get renderFunction(): Function
-
Returns Function
Static instance
-
Methods
clear
-
Returns void
clickForCoordinates
- clickForCoordinates(_on?: boolean, format?: string, concat?: boolean): void
-
Parameters
-
Default value _on: boolean = true
-
Default value format: string = "{x:X, y:Y}, "
-
Default value concat: boolean = false
Returns void
debugLog
- debugLog(_message: string): void
-
Parameters
Returns void
pickPhaserObject
-
Returns void
sendDebugObjectToConsole
- sendDebugObjectToConsole(): void
-
Returns void
setDebugMode
- setDebugMode(_on: boolean, _debugObject?: any): void
-
Parameters
-
_on: boolean
-
Optional _debugObject: any
Returns void
setPerformanceInfo
- setPerformanceInfo(_on: boolean): void
-
Parameters
Returns void
updateRenderFunction
- updateRenderFunction(): void
-
Returns void
Collection of utilities and helper methods for testing and debugging purposes only