ECS.ExcludedComponents

Make list of excluded components. This template get structure types as argument. Should be added inside System structure.

struct ECS
mixin template ExcludedComponents (
T...
) {}

Members

Aliases

ExcludedComponents
alias ExcludedComponents = T
Undocumented in source.

Meta