EcsDefaultChildComponent

Static EcsDefaultChildComponent 

Source
pub unsafe static EcsDefaultChildComponent: ecs_entity_t
Expand description

Used like (EcsDefaultChildComponent, Component). When added to an entity, this informs serialization formats which component to use when a value is assigned to an entity without specifying the component. This is intended as a hint, serialization formats are not required to use it. Adding this component does not change the behavior of core ECS operations.