interface
|
IBatchContainer
|
with
|
<out
TBatch>
|
||
extends
|
IBatchContainerBase
|
||||
base of
|
IBatchRenderer
|
||||
Planting
|
Returns the current number of rendering batches that are buffered by this object.
property
|
BatchCount
{
get
}
|
||
type
|
int32
|
||
value
|
|
The number of rendering batch elements. | |
inherited
|
IBatchContainerBase.BatchCount
|
See also:
GetBatchReturns 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.