Class: Raylib::Material
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Raylib::Material
- Defined in:
- lib/raylib_main.rb
Overview
Material, includes shader and maps
Instance Method Summary collapse
- #maps ⇒ Object
- #maps=(v) ⇒ Object
- #params ⇒ Object
- #params=(v) ⇒ Object
- #shader ⇒ Object
- #shader=(v) ⇒ Object
Instance Method Details
#maps ⇒ Object
820 |
# File 'lib/raylib_main.rb', line 820 def maps = self[:maps] |
#maps=(v) ⇒ Object
821 |
# File 'lib/raylib_main.rb', line 821 def maps=(v) self[:maps] = v end |
#params ⇒ Object
822 |
# File 'lib/raylib_main.rb', line 822 def params = self[:params] |
#params=(v) ⇒ Object
823 |
# File 'lib/raylib_main.rb', line 823 def params=(v) self[:params] = v end |
#shader ⇒ Object
818 |
# File 'lib/raylib_main.rb', line 818 def shader = self[:shader] |
#shader=(v) ⇒ Object
819 |
# File 'lib/raylib_main.rb', line 819 def shader=(v) self[:shader] = v end |