Class: Phaser::Animation

Inherits:
Object
  • Object
show all
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