Class: Raylib::AutomationEvent
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Raylib::AutomationEvent
- Defined in:
- lib/raylib_main.rb
Overview
Automation event
Instance Method Summary collapse
- #frame ⇒ Object
- #frame=(v) ⇒ Object
- #params ⇒ Object
- #params=(v) ⇒ Object
- #type ⇒ Object
- #type=(v) ⇒ Object
Instance Method Details
#frame ⇒ Object
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 |
#params ⇒ Object
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 |
#type ⇒ Object
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 |