大约有 559 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0078 秒)
...很多Prefab(预制体),因为这些UI的功能是一样的,可以重复利用,所以划分到预制体中。 (图1-2) 所以,通常我们把每一套不同功能的UI,用场景(Scene)来规划;把能复用的功能性UI,用预制体(Prefab)来规划 。 1.2 UI管理方...
来源: Laya3.0_文档 发布时间: 20251010
...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
...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
...在相同的绘制调用中呈现相同的网格。要添加变化并减少重复的外观,每个实例可以具有不同的属性,如 Color 或 Scale。绘制调用,呈现多个实例出现在框架调试器绘制网格(实例)。 GPU Instance需要硬件的支持,确保你当前所使用...
来源: Laya3.0_文档 发布时间: 20251010
...id Inherited from Node.frameLoop Defined in laya/display/Node.ts:588 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Parameters delay: number 间隔几帧(单位为帧)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: a...
来源: Laya3.0_api 发布时间: 20231115
...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
...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
...问为什么包中有assetsid.txt,但却读不到assetsid,导致还要重复下载filetable.bin(虽然这个文件并不大) 2.如果我的网络比较不好(并非断网),会有很大概率访问不到allfile.txt,从而弹出原生提示(就是在config.js中配置的,在=12p...
来源: Laya_社区 发布时间: 20180627
...id Inherited from Node.frameLoop Defined in laya/display/Node.ts:588 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Parameters delay: number 间隔几帧(单位为帧)。 caller: any 执行域(this)。 method: Function 结束时的回调方法。 Default value args: a...
来源: Laya3.0_api 发布时间: 20231115
...此本篇会详解介绍 Sprite 类的基础功能,后续的节点对象重复的将不再介绍。 (图1-1) 二、IDE中使用 2.1 创建精灵 2.1.1 Scene2D中创建 在一个Scene2D的层级窗口中,任何节点下,或者是空白位置,都可以通过鼠标右键来创建精灵,...
来源: Laya3.0_文档 发布时间: 20251010