Class: Raylib::Ray
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Raylib::Ray
- Defined in:
- lib/raylib_main.rb
Overview
Ray, ray for raycasting
Instance Method Summary collapse
Instance Method Details
#direction ⇒ Object
915 |
# File 'lib/raylib_main.rb', line 915 def direction = self[:direction] |
#direction=(v) ⇒ Object
916 |
# File 'lib/raylib_main.rb', line 916 def direction=(v) self[:direction] = v end |
#position ⇒ Object
913 |
# File 'lib/raylib_main.rb', line 913 def position = self[:position] |
#position=(v) ⇒ Object
914 |
# File 'lib/raylib_main.rb', line 914 def position=(v) self[:position] = v end |