|
co_ecs 0.9.0
Cobalt ECS
|
Block metadata holds pointers where it begins, ends and a component metadata it holds. More...
#include <chunk.hpp>
Public Member Functions | |
| block_metadata (std::size_t offset, const component_meta &meta) noexcept | |
Public Attributes | |
| std::size_t | offset {} |
| component_meta | meta {} |
Block metadata holds pointers where it begins, ends and a component metadata it holds.
|
inlinenoexcept |
| component_meta co_ecs::block_metadata::meta {} |
| std::size_t co_ecs::block_metadata::offset {} |