pub unsafe static EcsExclusive: ecs_entity_tExpand description
Can be added to relationship to indicate that the relationship can only occur once on an entity. Adding a 2nd instance will replace the 1st.
Behavior: R(X, Y) + R(X, Z) = R(X, Z)
pub unsafe static EcsExclusive: ecs_entity_tCan be added to relationship to indicate that the relationship can only occur once on an entity. Adding a 2nd instance will replace the 1st.
Behavior: R(X, Y) + R(X, Z) = R(X, Z)