remove(event)
Removes a pending TimerEvent from the queue.
Parameters
Name | Type | Description |
---|---|---|
event | Phaser.TimerEvent | The event to remove from the queue. |
- Source code: time/Timer.js (Line 334)
remove(event)
Removes a pending TimerEvent from the queue.
Name | Type | Description |
---|---|---|
event | Phaser.TimerEvent | The event to remove from the queue. |
Please login to continue.