We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f28d06 commit 3c20033Copy full SHA for 3c20033
1 file changed
src/time/TimerEvent.js
@@ -9,7 +9,9 @@
9
*
10
* It consists of a delay, which is a value in milliseconds after which the event will fire.
11
* When the event fires it calls a specific callback with the specified arguments.
12
-*
+*
13
+* TimerEvents are removed by their parent timer once finished firing or repeating.
14
15
* Use {@link Phaser.Timer#add}, {@link Phaser.Timer#repeat}, or {@link Phaser.Timer#loop} methods to create a new event.
16
17
* @class Phaser.TimerEvent
0 commit comments