Class: Raylib::AutomationEventList

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

Overview

Automation event list

Instance Method Summary collapse

Instance Method Details

#capacityObject



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

def capacity = self[:capacity]

#capacity=(v) ⇒ Object



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

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

#countObject



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

def count = self[:count]

#count=(v) ⇒ Object



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

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

#eventsObject



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

def events = self[:events]

#events=(v) ⇒ Object



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

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