大约有 893 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0048 秒)
Laya_社区(501) Laya_示例(133) Laya2.0_示例(98) Laya3.0_api(55) Laya2.0_文档(54) laya_api(27) Laya2.0_api(22) Laya3.0_文档(3)
...s | Index | Frames No Frames HandlerProperties | Methods Packagelaya.utilsClasspublic class HandlerInheritanceHandler Object Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 Handler 对象不再使用后,可以使...
来源: Laya2.0_api 发布时间: 20190513
...es | All Classes | Index | Frames No Frames PoolMethods Packagelaya.utilsClasspublic class PoolInheritancePool Object Pool 是对象池类,用于对象的存储、重复使用。 合理使用对象池,可以有效减少对象创建的开销,避免频繁的垃圾回收,从而优化游...
来源: Laya2.0_api 发布时间: 20190513
...看API: [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.utils.Tween](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=Utils&class=laya.utils.Tween) `Ease`类的API中对缓动函数进行了基础的介绍,点击链接可直接查看AP...
来源: Laya2.0_文档 发布时间: 20210715
... for (var i = 0; i < arguments.length; i++) { var dom = arguments[i]; Laya.Utils.fitDOMElementInArea(dom, this.form, 100, i * (this.rowSpacing + this.rowHeight), 150, this.rowHeight); } }class DOM_Form{ private form:Laya.Sprite; private rowHeight:number = 30; private rowSpacing:number = 10; construc...
来源: Laya_示例 发布时间: 20241124
...19-02-19 11:52 现在做的还是兼容flash的 /*[IF-FLASH]*/import flash.utils.ByteArray; //[IF-SCRIPT] import com.tengxun.utils.ByteArray; /*[IF-FLASH]*/import flash.utils.ByteArray; //[IF-SCRIPT] import com.tengxun.utils.ByteArray; 能不要【if-flash】吗
来源: Laya_社区 发布时间: 20160902
... Sprite3D.__proto.addComponent (libs/laya.core.js:21573) at Function.Utils3D._createNodeByJson (libs/laya.d3.js:10690) at Function.Utils3D._createNodeByJson (libs/laya.d3.js:10673) at Function.Utils3D._createNodeByJson (libs/laya.d3.js:10673) at Function.Scene3D._parse (libs/...
来源: Laya_社区 发布时间: 20190622
...() { var Box = Laya.Box; var Clip = Laya.Clip; var Label = Laya.Label; var Utils = Laya.Utils; // 此类对应的json对象: // {"child": [{"type": "Clip", "props": {"x": "13", "y": "0", "left": "12", "height": "24", "name": "selectBox", "skin": "ui/clip_selectBox.png", "right": "0", "clipY": "2"}...
来源: Laya_示例 发布时间: 20241124
...es, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { const Utils = Laya.Utils, Tree = Laya.Tree; // 组装tree的数据 let treeData = ""; for (let i = 0; i "; for (let j = 0; j "; } treeData += ""; } treeData += ""; // 解析tree的数据 let xml = Utils.parseXMLFromString(treeData)...
来源: Laya2.0_示例 发布时间: 20241124
...) { } } }分包的类package test { import laya.display.Stage; import laya.utils.Dictionary; import aa.TestAA; public class AAA { public function AAA() { TestAA; Laya.stage; Stage; var a:Dictionary = new Dictionary(); a.set('test','aa'); trace(a.get('test')); } } }生成的分包test.js(function(win...
来源: Laya_社区 发布时间: 20170322
... for (let i = 0; i < arguments.length; i++) { let dom = arguments[i]; Laya.Utils.fitDOMElementInArea(dom, this.form, 100, i * (this.rowSpacing + this.rowHeight), 150, this.rowHeight); } } } new DOM_Form();class DOM_Form{ private form:Laya.Sprite; private rowHeight:number = 30; private rowSpacing:num...
来源: Laya2.0_示例 发布时间: 20241124