Method: Gosu::Sample#play
- Defined in:
- rdoc/gosu.rb
#play(volume = 1, speed = 1, looping = false) ⇒ Channel
Plays the sample without panning.
580 |
# File 'rdoc/gosu.rb', line 580 def play(volume=1, speed=1, looping=false); end |
Plays the sample without panning.
580 |
# File 'rdoc/gosu.rb', line 580 def play(volume=1, speed=1, looping=false); end |