BatchData

Undocumented in source.

Constructors

this
this(Batch batch, Transform transform, Batchable batchable, int vertexIndex, int indexIndex, int vertexCount, int indexCount, int totalVertexCount, int totalIndexCount)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

ForceUpdate
void ForceUpdate(vec3[] vertex, vec2[] uv, vec4[] color, uint[] index, uint indexPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
MarkCheck
void MarkCheck(Type[] types)
Undocumented in source. Be warned that the author may not have intended to support it.
Update
void Update(vec3[] vertex, vec2[] uv, vec4[] color, uint[] index, uint indexPosition)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

batch
Batch batch;
Undocumented in source.
batchIndex
size_t batchIndex;
Undocumented in source.
batchable
Batchable batchable;
Undocumented in source.
indexCount
int indexCount;
Undocumented in source.
indexIndex
int indexIndex;
Undocumented in source.
totalIndexCount
int totalIndexCount;
Undocumented in source.
totalVertexCount
int totalVertexCount;
Undocumented in source.
transform
Transform transform;
Undocumented in source.
vertexCount
int vertexCount;
Undocumented in source.
vertexIndex
int vertexIndex;
Undocumented in source.

Meta