Type Alias bevy::sprite::WithMesh2d

pub type WithMesh2d = With<Mesh2dHandle>;
Expand description

A convenient alias for With<Mesh2dHandle>>, for use with bevy_render::view::VisibleEntities.

Aliased Typeยง

struct WithMesh2d(/* private fields */);