Class: Ruby2D::Sound
- Inherits:
-
Object
- Object
- Ruby2D::Sound
- Defined in:
- lib/or2d/patches/sound.rb
Instance Method Summary collapse
Instance Method Details
#play ⇒ Object
4 5 6 7 |
# File 'lib/or2d/patches/sound.rb', line 4 def play = true ext_play end |
#playing? ⇒ Boolean
9 10 11 |
# File 'lib/or2d/patches/sound.rb', line 9 def end |
#stop ⇒ Object
13 14 15 16 |
# File 'lib/or2d/patches/sound.rb', line 13 def stop = false ext_stop end |