大约有 1,559 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0092 秒)
Laya_社区(1094) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(64) Laya3.0_文档(29) Laya2.0_示例(9) Laya_示例(9)
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/SkyBoxMaterial" SkyBoxMaterial Class SkyBoxMaterial SkyBoxMaterial 类用于实现SkyBoxMaterial材质。 Hierarch...
来源: Laya3.0_api 发布时间: 20231115
...用Loader加载图片在Sprite对象的.on函数无效 var tempnote = new Laya.Sprite(); 使用 tempnote.texture=Loader.getRes(tempjson.pic)后 tempnote.on函数不触发 使用tempnote.loadImage(tempjson.pic); 触发正常,如果我想使用Loader.getRes 来载入缓存的图片应如何处理. 2...
来源: Laya_社区 发布时间: 20171024
...s | Index | Frames No Frames SoundChannelProperties | Methods Packagelaya.mediaClasspublic class SoundChannelInheritanceSoundChannel EventDispatcher Object SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应用程序可以具有混合在一起的多...
来源: Laya2.0_api 发布时间: 20190513
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/SkyPanoramicMaterial" SkyPanoramicMaterial Class SkyPanoramicMaterial SkyPanoramicMaterial 类用于实现SkyPanor...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/swf/MovieClip" MovieClip Class MovieClip MovieClip 用于播放经过工具处理后的 swf 动画。 Hierarchy Sprite MovieCli...
来源: Laya3.0_api 发布时间: 20231115
...| Frames No Frames SkinAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class SkinAnimationsInheritanceSkinAnimations KeyframeAnimations Component3D EventDispatcher Object SkinAnimations 类用于创建蒙皮动画组件。 Public Properties Hide Inherited Pu...
来源: laya_api 发布时间: 20170929
[LayaAir3]LayaAir 3.3.0-beta.4目前出现的小概率问题反馈 1,如下销毁界面,会出现销毁不掉的情况出现,无法复现.原因是 底层url好像是资源ID和地址匹配不到导致 (无法复现,概率很小) Laya.Scene.destroy("Loading.ls") 2,如果出现md5版本管理后...
来源: Laya_社区 发布时间: 20250725
... 服务器图片更换后,客户端如何清理缓存 let itImg = new Laya.Image(); itImg.skin = "http://******/get_img.php?"; Laya.stage.addChild(itImg); 如果"http://******/get_img.php?"图片更换了,我这边如何更换我的image展示 2018-04-16 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20180416
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/WaterPrimaryMaterial" WaterPrimaryMaterial Class WaterPrimaryMaterial WaterPrimaryMaterial 类用于实现水材...
来源: Laya3.0_api 发布时间: 20231115
...事件的侦听器,而是直接侦听列表的ClickItem事件: list.on(Laya.UIEvent.ClickItem, this, this.onClickItem); // 回调函数的第一个参数就是当前被点击的对象 function onClickItem(item: GObject): void { console.log("点击了对象:" + item.title); //获得这个对象...
来源: Laya3.0_文档 发布时间: 20251128