Пример #1
0
 public void dispose()
 {
     if (m_tex != null)
     {
         m_tex.dispose();
         m_tex = null;
     }
 }
Пример #2
0
 public void dispose()
 {
     if (m_tex != null)
     {
         m_tex.dispose();
         m_tex = null;
     }
 }
Пример #3
0
 public CardSubPart()
 {
     m_tex = new AuxStaticModelDynTex();
 }
Пример #4
0
 public CardSubPart()
 {
     m_tex = new AuxStaticModelDynTex();
 }