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
1003 |
# File 'lib/raylib_main.rb', line 1003 def frameCount = self[:frameCount] |
#frameCount=(v) ⇒ Object
1004 |
# File 'lib/raylib_main.rb', line 1004 def frameCount=(v) self[:frameCount] = v end |
#stream ⇒ Object
1001 |
# File 'lib/raylib_main.rb', line 1001 def stream = self[:stream] |
#stream=(v) ⇒ Object
1002 |
# File 'lib/raylib_main.rb', line 1002 def stream=(v) self[:stream] = v end |