随笔分类 -  unity

摘要:StopAllCoroutines() desc:停止调用该方法的脚本的所有协程 建议:需要一停全停的协程放在同一个脚本中 阅读全文
posted @ 2020-04-14 13:56 怪兽98 阅读(123) 评论(0) 推荐(0)
摘要:public static bool ScreenPointToLocalPointInRectangle(RectTransform rect, Vector2 screenPoint, Camera cam, out Vector2 localPoint); desc:屏幕坐标 --> 局部坐标 阅读全文
posted @ 2020-04-13 13:46 怪兽98 阅读(508) 评论(0) 推荐(0)