Type Alias bevy_ui::WithNode

source ·
pub type WithNode = With<Node>;
Expand description

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

Aliased Type§

struct WithNode(/* private fields */);