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



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

def frame = self[:frame]

#frame=(v) ⇒ Object



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

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

#paramsObject



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

def params = self[:params]

#params=(v) ⇒ Object



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

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

#typeObject



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

def type = self[:type]

#type=(v) ⇒ Object



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

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