Class: Raylib::Sound

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/raylib_main.rb

Overview

Sound

Instance Method Summary collapse

Instance Method Details

#frameCountObject



1013
# File 'lib/raylib_main.rb', line 1013

def frameCount = self[:frameCount]

#frameCount=(v) ⇒ Object



1014
# File 'lib/raylib_main.rb', line 1014

def frameCount=(v) self[:frameCount] = v end

#streamObject



1011
# File 'lib/raylib_main.rb', line 1011

def stream = self[:stream]

#stream=(v) ⇒ Object



1012
# File 'lib/raylib_main.rb', line 1012

def stream=(v) self[:stream] = v end