Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::ecs::SystemParamTraits< Commands > Struct Reference

#include <param_traits.hpp>

Static Public Member Functions

static constexpr Commands Make (World &world, SystemLocalData &data, const AccessPolicy &)
static constexpr void RegisterAccess (AccessPolicyBuilder &) noexcept

Detailed Description

Definition at line 188 of file param_traits.hpp.

Member Function Documentation

◆ Make()

constexpr Commands helios::ecs::SystemParamTraits< Commands >::Make ( World & world,
SystemLocalData & data,
const AccessPolicy &  )
inlinestaticconstexpr

Definition at line 189 of file param_traits.hpp.

◆ RegisterAccess()

constexpr void helios::ecs::SystemParamTraits< Commands >::RegisterAccess ( AccessPolicyBuilder & )
inlinestaticconstexprnoexcept

Definition at line 194 of file param_traits.hpp.