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
14 15 16 |
# File 'lib/opal/phaser/animation/animation.rb', line 14 def loop=(bool) `#@native.loop = bool` end |