Type Alias bevy_render::view::visibility::WithMesh

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