MultiBatch
Description
Output batch of the MultiBatching class.
MultiBatch values have the following natural sort order:
-
Count of elements in Batches (ascending)
-
xref:api/Tinman.Terrain.Meshing.MultiBatch.adoc#Batches-attrib-pub[0] (ascending)
-
xref:api/Tinman.Terrain.Meshing.MultiBatch.adoc#Batches-attrib-pub[1] (ascending)
-
…
-
xref:api/Tinman.Terrain.Meshing.MultiBatch.adoc#Batches-attrib-pub[Count-1] (ascending)
Public / Attributes
Containers
The shared array of batch containers.
All MultiBatch values that have been produced by the same MultiBatching object share the same array instance.
- See also