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



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

def frameCount = self[:frameCount]

#frameCount=(v) ⇒ Object



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

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

#streamObject



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

def stream = self[:stream]

#stream=(v) ⇒ Object



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

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