Class: Phaser::Stage

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

Instance Method Summary collapse

Instance Method Details

#background_color=(color) ⇒ Object



5
6
7
# File 'lib/opal/phaser/core/stage.rb', line 5

def background_color=(color)
  `#@native.backgroundColor = color`
end