Exemplo n.º 1
0
        protected void addMesh()
        {
            string fullPath = ExportUtil.getDataPath(m_inPath);

            UtilPath.traverseFilesInOneDir(fullPath, onFindOneFile);
        }
Exemplo n.º 2
0
        public void addController()
        {
            string fullPath = ExportUtil.getWorkPath(m_inPath);

            UtilPath.traverseFilesInOneDir(fullPath, onFindOneFile);
        }