create(autoDestroy) → {Phaser.Timer}
Creates a new stand-alone Phaser.Timer object.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
autoDestroy | boolean | <optional> | true | A Timer that is set to automatically destroy itself will do so after all of its events have been dispatched (assuming no looping events). |
Returns
The Timer object that was created.
- Source code: time/Time.js (Line 323)
Please login to continue.