随笔分类 -  unity

摘要:首选需要创建C++ 工程: 一: 自己添加Custom.h 和Custom.cpp 在头文件里面定义一个MyCustom 类 #pragma once#include <iostream>#include <string>#include <time.h> class __declspec(dlle 阅读全文
posted @ 2018-12-16 20:52 谋定而后动? 阅读(1353) 评论(1) 推荐(0)
摘要://XmlDocument doc = new XmlDocument(); //doc.Load("teacherVR.xml"); //XmlElement root = doc.DocumentElement;//获取根节点 //XmlNode transfrom = root.SelectSingleNode("... 阅读全文
posted @ 2017-04-25 22:40 谋定而后动? 阅读(121) 评论(0) 推荐(0)