Ejemplo n.º 1
0
    void AddAdditional(int index, Entity entity)
    {
        int newIdx = m_Entities.AllocLinkedList(index);

        m_Entities.Data[newIdx] = entity;
    }