Struct oxygengine_core::ecs::Universe [−][src]
pub struct Universe { /* fields omitted */ }
Implementations
Safety
This function assume that as_type
matches exactly the type of resource
, you can call it
for example if you want to move already prepared resources from another place to this
universe (in this case we can be sure type IDs matches the types of resources).