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
824 |
# File 'lib/raylib_main.rb', line 824 def maps = self[:maps] |
#maps=(v) ⇒ Object
825 |
# File 'lib/raylib_main.rb', line 825 def maps=(v) self[:maps] = v end |
#params ⇒ Object
826 |
# File 'lib/raylib_main.rb', line 826 def params = self[:params] |
#params=(v) ⇒ Object
827 |
# File 'lib/raylib_main.rb', line 827 def params=(v) self[:params] = v end |
#shader ⇒ Object
822 |
# File 'lib/raylib_main.rb', line 822 def shader = self[:shader] |
#shader=(v) ⇒ Object
823 |
# File 'lib/raylib_main.rb', line 823 def shader=(v) self[:shader] = v end |