[][src]Module bevy_prototype_lyon::prelude

Import this module as use bevy_prototype_lyon::prelude::* to get convenient imports.

Re-exports

pub use crate::basic_shapes::primitive;
pub use crate::basic_shapes::ShapeType;
pub use crate::path::Path;
pub use crate::path::PathBuilder;
pub use crate::TessellationMode;

Structs

FillOptions

Parameters for the fill tessellator.

StrokeOptions

Parameters for the tessellator.

Enums

LineCap

Line cap as defined by the SVG specification.

LineJoin

Line join as defined by the SVG specification.

Functions

point

Shorthand for Point2D::new(x, y).