• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,559 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0092 秒)

671. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 65%]

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

672. js环境下使用Loader加载图片在Sprite对象的.on函数无效 [ 65%]

...用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

673. laya.media.SoundChannel [ 65%]

...s | Index | Frames No Frames SoundChannelProperties | Methods Packagelaya.mediaClasspublic class SoundChannelInheritanceSoundChannel EventDispatcher Object SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应用程序可以具有混合在一起的多...

来源: Laya2.0_api 发布时间: 20190513

674. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 65%]

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

675. laya.ani.swf.MovieClip_API3.0 [ 65%]

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

676. laya.d3.component.animation.SkinAnimations [ 65%]

...| 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

677. [LayaAir3]LayaAir 3.3.0-beta.4目前出现的小概率问题反馈 [ 65%]

[LayaAir3]LayaAir 3.3.0-beta.4目前出现的小概率问题反馈 1,如下销毁界面,会出现销毁不掉的情况出现,无法复现.原因是 底层url好像是资源ID和地址匹配不到导致   (无法复现,概率很小) Laya.Scene.destroy("Loading.ls") 2,如果出现md5版本管理后...

来源: Laya_社区 发布时间: 20250725

678. Image刷新问题 [ 65%]

... 服务器图片更换后,客户端如何清理缓存   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

679. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 65%]

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

680. 列表组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 65%]

...事件的侦听器,而是直接侦听列表的ClickItem事件: list.on(Laya.UIEvent.ClickItem, this, this.onClickItem); // 回调函数的第一个参数就是当前被点击的对象 function onClickItem(item: GObject): void { console.log("点击了对象:" + item.title); //获得这个对象...

来源: Laya3.0_文档 发布时间: 20251128