NcEngine
Hierarchy.h
Go to the documentation of this file.
1
5
#pragma once
6
7
#include "
ncengine/ecs/Entity.h
"
8
9
#include <ranges>
10
#include <vector>
11
12
namespace
nc
13
{
23
struct
Hierarchy
24
{
25
Entity
parent;
26
std::vector<Entity> children;
27
};
28
}
// namespace nc
Entity.h
nc::Entity
Identifies an object in the registry.
Definition:
Entity.h:18
nc::Hierarchy
Component managing an Entity's scene graph relationships.
Definition:
Hierarchy.h:24
include
ncengine
ecs
Hierarchy.h
Generated by
1.9.4