Trait bones_render::prelude::EcsData
source · Expand description
Helper trait that is auto-implemented for anything that may be stored in the ECS’s untyped storage.
Examples of untyped storage are UntypedResources and
UntypedComponentStore.