• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 101 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0017 秒)

101. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 30%]

...查角色行走路线,通过Tween来执行角色位置改变的 //开启定时重复执行 Laya.timer.loop(40, this, this.loopfun); private loopfun(): void { //resPath,角色需要移动的每个世界坐标位置数组 if (this.resPath && this.index < this.resPathLength) { //AStar寻...

来源: Laya3.0_文档 发布时间: 20230303