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

大约有 102 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0025 秒)

101. laya.ui.Slider_API3.0 [ 33%]

...d Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined i...

来源: Laya3.0_api 发布时间: 20231115

102. 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