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
904 |
# File 'lib/raylib_main.rb', line 904 def direction = self[:direction] |
#direction=(v) ⇒ Object
905 |
# File 'lib/raylib_main.rb', line 905 def direction=(v) self[:direction] = v end |
#position ⇒ Object
902 |
# File 'lib/raylib_main.rb', line 902 def position = self[:position] |
#position=(v) ⇒ Object
903 |
# File 'lib/raylib_main.rb', line 903 def position=(v) self[:position] = v end |