Type Alias de_spawner::draft::Solids
source · type Solids<'w, 's> = SpatialQuery<'w, 's, Entity, Or<(With<StaticSolid>, With<MovableSolid>)>>;
Aliased Type§
struct Solids<'w, 's> {
index: Res<'w, EntityIndex>,
entities: Query<'w, 's, Entity, Or<(With<StaticSolid>, With<MovableSolid>)>>,
}
Fields§
§index: Res<'w, EntityIndex>
§entities: Query<'w, 's, Entity, Or<(With<StaticSolid>, With<MovableSolid>)>>