[][src]Module goggles::world

Structs

ComponentAccess

Returned from the World methods read_component, write_component, and get_component_mut.

ComponentId
Entities
ResourceAccess
ResourceId
World

Enums

WorldResourceId

Type Definitions

ReadComponent

SystemData type that reads the given component.

ReadResource

SystemData type that reads the given resource.

WorldResources
WriteComponent

SystemData type that writes the given component.

WriteResource

SystemData type that writes the given resource.