Class: Mittsu::BufferGeometry::DrawCall
- Inherits:
-
Struct
- Object
- Struct
- Mittsu::BufferGeometry::DrawCall
- Defined in:
- lib/mittsu/core/buffer_geometry.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#index ⇒ Object
Returns the value of attribute index.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
8 9 10 |
# File 'lib/mittsu/core/buffer_geometry.rb', line 8 def count @count end |
#index ⇒ Object
Returns the value of attribute index
8 9 10 |
# File 'lib/mittsu/core/buffer_geometry.rb', line 8 def index @index end |
#start ⇒ Object
Returns the value of attribute start
8 9 10 |
# File 'lib/mittsu/core/buffer_geometry.rb', line 8 def start @start end |