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



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

def frame = self[:frame]

#frame=(v) ⇒ Object



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

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

#paramsObject



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

def params = self[:params]

#params=(v) ⇒ Object



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

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

#typeObject



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

def type = self[:type]

#type=(v) ⇒ Object



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

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