Type Alias bevy_sprite::WithMesh2d

source ·
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 */);