Type Alias flatbox_ecs::EmptyWorld

source ·
pub type EmptyWorld<'a> = SubWorldRaw<&'a World, ()>;
Expand description

An empty subworld, can not access any components

Aliased Type§

struct EmptyWorld<'a> { /* private fields */ }