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
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 |
#params ⇒ Object
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 |
#type ⇒ Object
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 |