luoyikun

导航

统计

08 2020 档案

unity3d模拟Scene视图camera控制
摘要:中键滚动,camera前进后退 右键拖动,camera原地旋转 中键拖动,camera上下左右平移 using System.Collections; using System.Collections.Generic; using UnityEngine; public class CameraCt 阅读全文

posted @ 2020-08-18 21:04 luoyikun 阅读(22) 评论(0) 推荐(0) 编辑

unity3d:WebRequest post请求
摘要:命名空间using System.Net; public static string GetResponse(string reqString) { string result = ""; WebRequest req = WebRequest.Create(reqString); req.Cont 阅读全文

posted @ 2020-08-16 16:59 luoyikun 阅读(3) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示