public interface Mesh
QuadView
instances encoded by the renderer,
typically via Renderer.meshBuilder()
.
Similar in purpose to the List
Only the renderer should implement or extend this interface.
Modifier and Type | Method and Description |
---|---|
void |
forEach(java.util.function.Consumer<QuadView> consumer)
Use to access all of the quads encoded in this mesh.
|
void forEach(java.util.function.Consumer<QuadView> consumer)