Class: Phaser::Text

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

Instance Method Summary collapse

Instance Method Details

#text=(text) ⇒ Object



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

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