Skip to main content

GameObject.ixx File

Lightweight facade alias for runtime game-object entities. More...

Included Headers

#include <cassert> #include <type_traits> #include <typeindex> #include <helios.ecs.Entity> #include <helios.engine.runtime.world.GameObjectEntityManager>

Namespaces Index

namespacehelios
namespaceengine
namespaceruntime
namespaceworld

Description

Lightweight facade alias for runtime game-object entities.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <cassert>
8#include <type_traits>
9#include <typeindex>
10
11
12export module helios.engine.runtime.world.GameObject;
13
14import helios.engine.runtime.world.GameObjectEntityManager;
15import helios.ecs.Entity;
16
17using namespace helios::ecs;
18export namespace helios::engine::runtime::world {
19
24
25} // namespace helios

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.