Class: Raylib::AutomationEvent

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

Overview

Automation event

Instance Method Summary collapse

Instance Method Details

#frameObject



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

def frame = self[:frame]

#frame=(v) ⇒ Object



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

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

#paramsObject



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

def params = self[:params]

#params=(v) ⇒ Object



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

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

#typeObject



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

def type = self[:type]

#type=(v) ⇒ Object



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

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