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

Options for system local data. More...

#include <system_local_data.hpp>

Public Attributes

size_t preallocated_size = kDefaultPreallocatedSize

Static Public Attributes

static constexpr size_t kDefaultPreallocatedSize = 1024 * 1

Detailed Description

Options for system local data.

Definition at line 17 of file system_local_data.hpp.

Member Data Documentation

◆ kDefaultPreallocatedSize

size_t helios::ecs::SystemLocalDataOptions::kDefaultPreallocatedSize = 1024 * 1
staticconstexpr

Definition at line 18 of file system_local_data.hpp.

◆ preallocated_size

size_t helios::ecs::SystemLocalDataOptions::preallocated_size = kDefaultPreallocatedSize

Definition at line 19 of file system_local_data.hpp.