ClearAllDirtySetsSystem.ixx File
System template that clears dirty sets. More...
Included Headers
#include <concepts>
#include <helios.ecs.components>
#include <helios.ecs.concepts.Traits>
#include <helios.engine.runtime.world.UpdateContext>
#include <helios.engine.runtime.world.tags.SystemRole>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | core |
| namespace | systems |
| namespace | traits |
Classes Index
| class | ClearAllDirtySetsSystem |
|
Generic ECS system that clears engine wide dirty sets. More... | |
Description
System template that clears dirty sets.
File Listing
The file content with the documentation metadata removed is:
21using namespace helios::engine::runtime::world;
22using namespace helios::engine::runtime::world::tags;
23export namespace helios::engine::core::systems {
29 class ClearAllDirtySetsSystem {
36 using EngineRoleTag = TypedSystemRole;
43 void update(UpdateContext& updateContext) noexcept {
44 updateContext.clearDirtySets();
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.