大约有 772 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0070 秒)
...图合集中进行提交,并且大图合集中已经存在的字符不会重复提交。所以对于图集的利用率比较好,即便是发生文本改变的时候,也不会向Text文本那样,创建很多垃圾图集。 这样看来,是不是fillText就是最好用的呢? 如果文本...
来源: Laya2.0_文档 发布时间: 20210715
...很多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 定时执行一次某函数(基于帧率)。...
来源: 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 定时执行一次某函数(基于帧率)。...
来源: 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
...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
...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
...与导出位图字体和之前小节第五步与第六步一样,就不再重复介绍了,没记住的,可以上翻复习一下。 这里介绍几个注意要点, ##### 第一,要清理不需要的文本内容 如果之前为了辅助找到字符ID而导入了Txt文本字符,那需要在...
来源: Laya2.0_文档 发布时间: 20210715