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



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

def frame = self[:frame]

#frame=(v) ⇒ Object



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

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

#paramsObject



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

def params = self[:params]

#params=(v) ⇒ Object



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

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

#typeObject



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

def type = self[:type]

#type=(v) ⇒ Object



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

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