Go to the source code of this file.
|
using | nc::ecs::Ecs = EcsInterface< FilterBase::All > |
| Helper alias for an EcsInterface with access to all types.
|
|
template<class... Includes> |
using | nc::ecs::BasicEcs = EcsInterface< FilterBase::Basic, Includes... > |
| Helper alias for an EcsInterface with access to common ecs types in addition to any explicitly approved types.
|
|
template<class... Includes> |
using | nc::ecs::ExplicitEcs = EcsInterface< FilterBase::None, Includes... > |
| Helper alias for an EcsInterface with access to only explicitly approved types and those derived from FreeComponent.
|
|
- Copyright
- Jaremie Romer and McCallister Romer 2023