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



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

def capacity = self[:capacity]

#capacity=(v) ⇒ Object



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

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

#countObject



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

def count = self[:count]

#count=(v) ⇒ Object



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

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

#eventsObject



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

def events = self[:events]

#events=(v) ⇒ Object



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

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