[][src]Module goggles::local_world

Structs

ComponentAccess

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

Entities
ResourceAccess
World

Type Definitions

ReadComponent

SystemData type that reads the given component.

ReadResource

SystemData type that reads the given resource.

WriteComponent

SystemData type that writes the given component.

WriteResource

SystemData type that writes the given resource.