Unravel Engine C++ Reference
Loading...
Searching...
No Matches
scene.h File Reference
#include <engine/engine_export.h>
#include "prefab.h"
#include <base/basetypes.hpp>
#include <context/context.hpp>
#include <engine/assets/asset_handle.h>
#include <entt/entt.hpp>

Go to the source code of this file.

Classes

struct  unravel::scene
 Represents a scene in the ACE framework, managing entities and their relationships. More...
 

Namespaces

namespace  unravel
 

Macros

#define ENTT_TAG(name)
 
#define TAG_COMPONENT(name)
 

Macro Definition Documentation

◆ ENTT_TAG

#define ENTT_TAG ( name)
Value:
entt::tag<name##_hs>

Definition at line 15 of file scene.h.

◆ TAG_COMPONENT

#define TAG_COMPONENT ( name)
Value:
entt::tag<name##_hs>

Definition at line 123 of file scene.h.