TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IBatchContainer in Tinman.Terrain.Meshing

interface IBatchContainer with <out TBatch>  
  extends IBatchContainerBase
  base of IBatchRenderer
  Planting

Attributes

BatchCount

Returns the current number of rendering batches that are buffered by this object.

property BatchCount { get }
type int32
value [>=0] The number of rendering batch elements.
inherited IBatchContainerBase.BatchCount

See also:

GetBatch

Methods

GetBatch

Returns the index-th rendering batch.

method GetBatch (int32 index)
type TBatch
params index [0..BatchCount-1] Index of rendering batch to return.
returns The rendering batch.

Remarks:

Usually, the sort order of batches is well-defined, in order to minimize state changes when processing batches first to last. Please refer to the documentation of the respective batch type for details.