Class: RenderData
- Inherits:
-
Struct
- Object
- Struct
- RenderData
- Defined in:
- lib/belts_opengl/components/render_data.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
1 2 3 |
# File 'lib/belts_opengl/components/render_data.rb', line 1 def color @color end |
#type ⇒ Object
Returns the value of attribute type
1 2 3 |
# File 'lib/belts_opengl/components/render_data.rb', line 1 def type @type end |