Nui Engine
A game engine framework
|
This is the complete list of members for Nui::ECS::SystemBase, including all inherited members.
IsEnabled() const noexcept | Nui::ECS::SystemBase | inline |
OnInit(Context *ctx) | Nui::ECS::SystemBase | inlinevirtual |
OnShutdown(Context *ctx) | Nui::ECS::SystemBase | inlinevirtual |
OnUpdate(Context *ctx, const F64 dt) | Nui::ECS::SystemBase | inlinevirtual |
SetIsEnabled(bool enabled) noexcept | Nui::ECS::SystemBase | inline |
~SystemBase()=default | Nui::ECS::SystemBase | virtual |