---------------------------------- EcsCommandBuffer::AddEntityChild
| 54 | // EcsCommandBuffer::AddEntityChild |
| 55 | // |
| 56 | T_EntityId EcsCommandBuffer::AddEntityChild(T_EntityId const parent) |
| 57 | { |
| 58 | return m_Controller->AddEntityChild(parent); |
| 59 | } |
| 60 | |
| 61 | //----------------------------------- |
| 62 | // EcsCommandBuffer::DuplicateEntity |