public static void export()
 {
     ExportAnimatorControllerSys.instance();
     ExportAnimatorControllerSys.m_instance.clear();
     ExportAnimatorControllerSys.m_instance.parseXml();
     ExportAnimatorControllerSys.m_instance.exportControllerAsset();
 }
示例#2
0
        //protected XmlAnimatorController m_curXmlAnimatorController;         // 当前处理的动画控制器

        public static ExportAnimatorControllerSys instance()
        {
            if (m_instance == null)
            {
                m_instance = new ExportAnimatorControllerSys();
            }
            return(m_instance);
        }
        //protected XmlAnimatorController m_curXmlAnimatorController;         // 当前处理的动画控制器

        public static ExportAnimatorControllerSys instance()
        {
            if (m_instance == null)
            {
                m_instance = new ExportAnimatorControllerSys();
            }
            return m_instance;
        }