Class: Phaser::Image

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

Instance Method Summary collapse

Instance Method Details

#smoothed=(bool) ⇒ Object



20
21
22
# File 'lib/opal/phaser/game_objects/image.rb', line 20

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