[][src]Module bevy_prototype_lyon::path

Types to lay out and draw paths.

Structs

Path

Contains path data that can be used to get a SpriteComponents bundle with a custom shape. Check out PathBuilder to construct it.

PathBuilder

Used to construct a Path using the builder pattern.