ClearDirtySetsSystem.ixx File
System template that clears dirty sets. More...
Included Headers
#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 |
Classes Index
| class | ClearDirtySetsSystem<TMemberHandle, TComponents> |
|
Generic ECS system that clears dirty sets. More... | |
Description
System template that clears dirty sets.
File Listing
The file content with the documentation metadata removed is:
19using namespace helios::engine::runtime::world;
20using namespace helios::engine::runtime::world::tags;
21export namespace helios::engine::core::systems {
29 template<typename TMemberHandle, typename ... TComponents>
30 class ClearDirtySetsSystem {
37 using EngineRoleTag = TypedSystemRole;
44 void update(UpdateContext& updateContext) noexcept {
45 updateContext.clearDirtySets<TMemberHandle, TComponents...>();
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.