pub unsafe static EcsWith: ecs_entity_tExpand description
Ensure that a component always is added together with another component.
Behavior: If With(R, O) and R(X) then O(X) If With(R, O) and R(X, Y) then O(X, Y)
pub unsafe static EcsWith: ecs_entity_tEnsure that a component always is added together with another component.
Behavior: If With(R, O) and R(X) then O(X) If With(R, O) and R(X, Y) then O(X, Y)