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



13
14
15
# File 'lib/opal/phaser/animation/animation.rb', line 13

def loop=(bool)
  `#@native.loop = bool`
end