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

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

471. laya.ui.Tree [ 31%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

来源: laya_api 发布时间: 20170929

472. laya.display.Animation [ 31%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

来源: Laya2.0_api 发布时间: 20190513

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

474. 位图字体的制作与使用(TypeScript-LayaAir基础篇(TS)-文本) [ 30%]

...与导出位图字体和之前小节第五步与第六步一样,就不再重复介绍了,没记住的,可以上翻复习一下。 这里介绍几个注意要点, ##### 第一,要清理不需要的文本内容 如果之前为了辅助找到字符ID而导入了Txt文本字符,那需要在...

来源: Laya2.0_文档 发布时间: 20210715

475. laya.ui.Dialog [ 30%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

来源: Laya2.0_api 发布时间: 20190513

476. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 30%]

...下,如下图所示。其他后续操作与菜单式安装一样。就不重复介绍了。 ![img](img/2.3.3-1.png) ##### 插件导入安装的提醒 对于Unity还不太熟悉的开发者,需要提醒的是,LayaAir引擎Unity插件,不是一次导入所有项目通用,本质上这并不...

来源: Laya2.0_文档 发布时间: 20210714

477. laya.ui.Label [ 30%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

来源: Laya2.0_api 发布时间: 20190513

478. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 30%]

...id Inherited from Node.frameLoop Defined in laya/display/Node.ts:578 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Parameters delay: number 间隔几帧(单位为帧)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: a...

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

479. laya.ui.Label [ 29%]

...method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。...

来源: laya_api 发布时间: 20170929

480. 【简单跑酷--JS版】---Lv.6 终篇 [ 29%]

...象太多  其实我想一想 跑出屏幕外面的地板是不是可以重复利用?  答案是肯定可以得~~  Laya为我们考虑到了这一点,就是大名鼎鼎的 对象池 我们看看API   我们打开MapFloor.js 改造一下     接下来我们打开Floor.js 修改一下代码 ...

来源: Laya_社区 发布时间: 20160803