摘要: # 和SphereBoundsHandle的主要区别是radius和size参数,其他基本一致 using UnityEditor; using UnityEditor.IMGUI.Controls; using UnityEngine; public class TestWindow : Edit 阅读全文
posted @ 2022-06-16 23:56 yanghui01 阅读(36) 评论(0) 推荐(0)
摘要: # 这几个都是在Bake页签上的下面几个参数控制的,生成好寻路数据后,其他的都不需要我们处理 上下台阶参数:Step Height: 能走过的台阶高度 斜坡参数:Max Slope: 超过多少坡度就爬不上去 跨越参数:Jump Distance: 不超过多少米可以跨越(不然跨不过去) 跳下参数:Dr 阅读全文
posted @ 2022-06-16 00:29 yanghui01 阅读(416) 评论(0) 推荐(0)