예제 #1
0
 public XmlRootBase()
 {
     m_modelTypes    = new ModelTypes();
     m_meshList      = new List <Mesh>();
     m_modelPathList = new List <ModelPath>();
 }
예제 #2
0
 public XmlRootBase()
 {
     m_modelTypes = new ModelTypes();
     m_meshList = new List<Mesh>();
     m_modelPathList = new List<ModelPath>();
 }