Class: Mittsu::BufferGeometry::DrawCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/mittsu/core/buffer_geometry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



8
9
10
# File 'lib/mittsu/core/buffer_geometry.rb', line 8

def count
  @count
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



8
9
10
# File 'lib/mittsu/core/buffer_geometry.rb', line 8

def index
  @index
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



8
9
10
# File 'lib/mittsu/core/buffer_geometry.rb', line 8

def start
  @start
end