Type Alias WithPrefab

Source
pub type WithPrefab<P> = With<<P as Prefab>::Marker>;
Available on crate feature reflect only.
Expand description

QueryFilter matching Prefab.

Aliased Typeยง

pub struct WithPrefab<P>(/* private fields */);