MCPcopy Create free account
hub / github.com/Illation/ETEngine / AddEntityChild

Method AddEntityChild

Engine/source/EtFramework/ECS/EcsController.cpp:67–70  ·  view source on GitHub ↗

------------------------------- EcsController::AddEntityChild Add an entity without components to the system, one level below the parent entity

Source from the content-addressed store, hash-verified

65// Add an entity without components to the system, one level below the parent entity
66//
67T_EntityId EcsController::AddEntityChild(T_EntityId const parent)
68{
69 return AddEntityBatched(parent, {});
70}
71
72//---------------------------------
73// EcsController::AddEntityBatched

Callers 2

AddEntityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected