Type Alias bevy::render::view::visibility::WithMesh

pub type WithMesh = With<Handle<Mesh>>;
Expand description

A convenient alias for With<Handle<Mesh>>, for use with VisibleEntities.

Aliased Typeยง

struct WithMesh(/* private fields */);