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

Message sent when a resource is inserted. More...

#include <builtin_messages.hpp>

Static Public Attributes

static constexpr std::string_view kName = "ResourceInsertedMsg"
static constexpr auto kClearPolicy = MessageClearPolicy::kAutomatic
static constexpr bool kConsumable = false
static constexpr bool kAsync = false

Detailed Description

template<ResourceTrait T>
struct helios::ecs::ResourceInsertedMsg< T >

Message sent when a resource is inserted.

Definition at line 200 of file builtin_messages.hpp.

Member Data Documentation

◆ kAsync

template<ResourceTrait T>
bool helios::ecs::ResourceInsertedMsg< T >::kAsync = false
staticconstexpr

Definition at line 204 of file builtin_messages.hpp.

◆ kClearPolicy

template<ResourceTrait T>
auto helios::ecs::ResourceInsertedMsg< T >::kClearPolicy = MessageClearPolicy::kAutomatic
staticconstexpr

Definition at line 202 of file builtin_messages.hpp.

◆ kConsumable

template<ResourceTrait T>
bool helios::ecs::ResourceInsertedMsg< T >::kConsumable = false
staticconstexpr

Definition at line 203 of file builtin_messages.hpp.

◆ kName

template<ResourceTrait T>
std::string_view helios::ecs::ResourceInsertedMsg< T >::kName = "ResourceInsertedMsg"
staticconstexpr

Definition at line 201 of file builtin_messages.hpp.