NcEngine
|
Component managing an Entity's scene graph relationships. More...
#include <Hierarchy.h>
Public Attributes | |
Entity | parent |
std::vector< Entity > | children |
Component managing an Entity's scene graph relationships.
A Hierarchy component is automatically attached to an Entity on creation, with its initial parent value taken from the EntityInfo struct. Root Entities have their parent set to Entity::Null(). A Hierarchy may be directly modified, but care must be taken to ensure related Hierarchy objects are updated accordingly. Ecs::SetParent() automatically handles this and should be preferred over direct modifications.