大约有 1,799 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0068 秒)
Laya_社区(1186) Laya2.0_api(183) laya_api(162) Laya3.0_api(119) Laya2.0_文档(51) Laya_示例(41) Laya2.0_示例(35) Laya3.0_文档(22)
...ush("res/ui/listskins/4.jpg"); data.push("res/ui/listskins/5.jpg"); } list.array = data; } function updateItem(cell, index) { cell.setImg(cell.dataSource); } function onSelect(index) { console.log("当前选择的索引:" + index); } })(); ```
来源: Laya2.0_文档 发布时间: 20210714
...错 Request failed Status:0 游戏运行一会出现 getAMesh resizeBuffer Array buffer allocation failed 问题状态 最新活动: 2019-05-09 12:04 浏览: 812 关注: 2 人 185*****051 • 2019-05-09 13:04 需要手动引入:可以在项目目录里面搜索一下第三方库是否存在,如...
来源: Laya_社区 发布时间: 20190508
...BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String, complete:Hand...
来源: Laya2.0_api 发布时间: 20190513
...BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String, complete:Hand...
来源: Laya2.0_api 发布时间: 20190513
...static] 是否开启调试模式。 ShaderCompile3D _materialInt2name : ArrayShaderCompile3D _materialName2Int : ObjectShaderCompile3D _preCompileShader : Object[static] ShaderCompile3D SAHDERDEFINE_DEPTHFOG : int = 0x20000[static] ShaderCompile3D SHADERDEFINE_COLOR : int = 0x80[stati...
来源: laya_api 发布时间: 20170929
...标Event target : Sprite 事件目标触发对象。Event touches : Array[read-only] 触摸点列表。 Event touchId : int 分配给触摸点的唯一标识号(作为 int)。Event type : String 事件类型。EventPublic Methods MethodDefined By setTo(type:String, currentTarget...
来源: Laya2.0_api 发布时间: 20190513
...BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String, complete:Hand...
来源: Laya2.0_api 发布时间: 20190513
... private getActiveEffectOrder(): number { const activeEffect = Array.from(this.effectChannels.values()) .find(channel => channel && !channel.isStopped ); if (activeEffect) { const active ...
来源: Laya_社区 发布时间: 20250930
...标Event target : Sprite 事件目标触发对象。Event touches : Array[read-only] 触摸点列表。 Event touchId : int 分配给触摸点的唯一标识号(作为 int)。Event type : String 事件类型。EventPublic Methods MethodDefined By setTo(type:String, currentTarget...
来源: laya_api 发布时间: 20170929
...量预加载方式 PreloadingRes() { //预加载所有资源 var resource:Array = [ "res/threeDimen/scene/TerrainScene/XunLongShi.ls", "res/threeDimen/skyBox/skyBox2/skyBox2.lmat", "res/threeDimen/texture/earth.png", "res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", "...
来源: Laya2.0_文档 发布时间: 20210715