[][src]Module oxygengine_core::ecs

Modules

changeset

Provides a changeset that can be collected from an iterator.

error

Specs errors

join

Joining of components for iteration over entities with specific components.

prelude

Prelude module

shred

Shared resource dispatcher

storage

Component storage types, implementations for component joins, etc.

world

Entities, resources, components, and general world management.

Traits

Resource

A resource defines a set of data which can only be accessed according to Rust's typical borrowing model (one writer xor multiple readers).