[][src]Module bevy_lyon::mesh_builder

Structs

BevyVertex

Contains all the vertex information needed by bevy to correctly create a mesh.

BevyVertexConstructor

Utility type for containing the trait implementations that transforms a lyon point into a BevyVertex.

LyonMeshBuilder

Builder that provides customizable functionality to create lyon tessellated meshes and build them so bevy can consume them.

Type Definitions

BevyBuffersBuilder

Type alias for a BuffersBuilder that contains the information to properly convert lyon points to BevyVertex's and BevyIndex's.

BevyIndex

Type alias for the type of a mesh index in bevy.

BevyVertexBuffers

Type alias for a VertexBuffers of BevyVertex's and BevyIndex's.