Utils.Debug#timer()

timer(timer, x, y, color)

Render Timer information.

Parameters
Name Type Argument Default Description
timer Phaser.Timer

The Phaser.Timer to show the debug information for.

x number

X position of the debug info to be rendered.

y number

Y position of the debug info to be rendered.

color string <optional>
'rgb(255,255,255)'

color of the debug info to be rendered. (format is css color string).

Source code: utils/Debug.js (Line 312)
doc_phaser
2017-02-14 11:19:16
Comments
Leave a Comment

Please login to continue.