예제 #1
0
 public void Release()
 {
     m_Pool.Clear();
     m_Root = m_Pool.AtlasNodeCreate(-1);
     m_Pool.m_Nodes[m_Root].m_Rect.Set(m_Width, m_Height, 0, 0);
     m_NodeFromID.Clear();
 }