Class: Phaser::Animation
- Inherits:
-
Object
- Object
- Phaser::Animation
- Includes:
- Native
- Defined in:
- lib/opal/phaser/animation/animation.rb
Instance Method Summary collapse
Instance Method Details
#loop=(bool) ⇒ Object
13 14 15 |
# File 'lib/opal/phaser/animation/animation.rb', line 13 def loop=(bool) `#@native.loop = bool` end |