EcsWith

Static EcsWith 

Source
pub unsafe static EcsWith: ecs_entity_t
Expand 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)