Class: Phaser::Text
- Inherits:
-
Object
- Object
- Phaser::Text
- 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 |