摘要: 使用VRTK+SteamVRPlugin作VR游戏 1.在AssetStore中下载VRTK以及SteamVR Plugin 2.导入到项目中 3.创建新的空物体命名为VRTK_Manager并添加VRTK_SDK Manager脚本 4.创建两个子物体命名为RightController、Left 阅读全文
posted @ 2017-11-07 20:19 YorkZhao 阅读(1774) 评论(1) 推荐(0) 编辑
摘要: //用户去银行取钱(发布方),用户收到短信提醒,(接收方) class Program { static void Main(string[] args) { Bank b = new Bank(); //实例化银行 User xm = new User("... 阅读全文
posted @ 2017-11-07 20:03 YorkZhao 阅读(272) 评论(0) 推荐(0) 编辑