Module chunked::component_data[][src]

Containers for component data.

Usually used for updating entities in the system individually.

Structs

ComponentDataSlice

A slice of component value references.

ComponentDataVec

A vector of component data.

ComponentDataVecWriter

A utility struct for writing component data.

ComponentValueRef

A safe reference to a component value.

Traits

ComponentData

Component data to assign to an entity.