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

Method AddEntity

Engine/source/EtFramework/ECS/EcsCommandBuffer.cpp:48–51  ·  view source on GitHub ↗

----------------------------- EcsCommandBuffer::AddEntity

Source from the content-addressed store, hash-verified

46// EcsCommandBuffer::AddEntity
47//
48T_EntityId EcsCommandBuffer::AddEntity()
49{
50 return m_Controller->AddEntity();
51}
52
53//----------------------------------
54// EcsCommandBuffer::AddEntityChild

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected