摘要:
服务器 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Net;using System.Net.S 阅读全文
欢迎来到我的博客!
摘要:
感觉CSDN上同行的比较多,交流比较方便!故搬家至CSDN. 阅读全文
摘要:
版权声明:本文为CSDN博主「林新发」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/linxinfa/article/details/108709835 一、关于giteegitee(中文名:码云 ,原名 Gi 阅读全文
摘要:
(1) Transform拓展方法 1)Position 1)改变世界坐标 移动方法,第一个参数是要移动到的目标点,不是移动这个向量的距离 transform.DOMove(new Vector3(1, 1, 1), 2); 只控制x轴上的移动,其他两个方向同理 transform.DOMoveX( 阅读全文
摘要:
//解释下Start里的代码 阅读全文
摘要:
使用方法 if (rocker.offect != Vector2.zero) { transform.LookAt(new Vector3(rocker.offect.x, 0, rocker.offect.y) + transform.position); transform.Translate 阅读全文