Struct BatchBase<TDrawInfo>.ElementInfo
The structure containing all the information required to batch one element.
- Inherited Members
Constructors
ElementInfo(int, int, in TDrawInfo, float)
Parameters
Fields
Depth
The depth of the element. Used to sort the elements.
Field Value
DrawInfo
The user draw information.
Field Value
- TDraw
Info
IndexCount
The number of indices needed to draw the element.
Field Value
VertexCount
The number of vertex needed to draw the element.