Module re_entity_db::entity_tree
source · Structs§
- Cascaded clears that need be to applied to the
DataStore
as a result of modifying theEntityTree
. - Maintains an optimized representation of a batch of
StoreEvent
s specifically designed to accelerate garbage collection ofEntityTree
s. - Information about this specific entity (excluding children).
- A recursive, manually updated
re_data_store::StoreSubscriber
that maintains the entity hierarchy. - Info about stuff at a given
EntityPath
, including all of its children, recursively.