Class: Phaser::Image

Inherits:
PIXI::Sprite
  • Object
show all
Includes:
Native
Defined in:
lib/opal/phaser/game_objects/image.rb

Instance Method Summary collapse

Instance Method Details

#input_enabled=(bool) ⇒ Object



14
15
16
# File 'lib/opal/phaser/game_objects/image.rb', line 14

def input_enabled=(bool)
  `#@native.inputEnabled = bool`
end