play(loop)
Plays the currently set animation.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
loop | boolean | <optional> | false | Should the animation loop? |
- Source code: gameobjects/Creature.js (Line 413)
play(loop)
Plays the currently set animation.
Name | Type | Argument | Default | Description |
---|---|---|---|---|
loop | boolean | <optional> | false | Should the animation loop? |
Please login to continue.