コード例 #1
0
ファイル: XmlRoot.cs プロジェクト: zhongxingyun/unitygame
 public XmlRootBase()
 {
     m_modelTypes    = new ModelTypes();
     m_meshList      = new List <Mesh>();
     m_modelPathList = new List <ModelPath>();
 }
コード例 #2
0
ファイル: XmlRoot.cs プロジェクト: zhutaorun/unitygame
 public XmlRootBase()
 {
     m_modelTypes = new ModelTypes();
     m_meshList = new List<Mesh>();
     m_modelPathList = new List<ModelPath>();
 }