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