Class: Raylib::Sound
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Raylib::Sound
- Defined in:
- lib/raylib_main.rb
Overview
Sound
Instance Method Summary collapse
Instance Method Details
#frameCount ⇒ Object
999 |
# File 'lib/raylib_main.rb', line 999 def frameCount = self[:frameCount] |
#frameCount=(v) ⇒ Object
1000 |
# File 'lib/raylib_main.rb', line 1000 def frameCount=(v) self[:frameCount] = v end |
#stream ⇒ Object
997 |
# File 'lib/raylib_main.rb', line 997 def stream = self[:stream] |
#stream=(v) ⇒ Object
998 |
# File 'lib/raylib_main.rb', line 998 def stream=(v) self[:stream] = v end |