Class: Phaser::Text

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

Instance Method Summary collapse

Instance Method Details

#text=(text) ⇒ Object



7
8
9
# File 'lib/opal/phaser/game_objects/text.rb', line 7

def text=(text)
  `#@native.text = text`
end