大约有 756 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
Laya_社区(438) Laya3.0_api(111) Laya3.0_文档(48) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(24) Laya2.0_示例(9)
...x | Frames No Frames TextureProperties | Methods | Events Packagelaya.resourceClasspublic class TextureInheritanceTexture EventDispatcher Object Texture 是一个纹理处理类。 Public Properties PropertyDefined By bitmap : Texture2D 获取位图。 Texture destroyed : Boolean[read-on...
来源: Laya2.0_api 发布时间: 20190513
...; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.models.BoxMesh; import laya.d3.resource.models.CapsuleMesh; import laya.d3.resource.models.CylinderMesh; import laya.d3.resource.models.Mesh; import laya.d3.resource.models.PlaneMes...
来源: Laya_示例 发布时间: 20241118
...度 var soundChItem:Laya.SoundChannel = Laya.SoundManager.playMusic("resources/sound/dh/gril1.wav", 1,Laya.Handler.create(this,() => { })); console.log(soundChItem.position+""); console.log(soundChItem.duration+""); 附件 : --> 2023-05-19 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20230519
... super(); let mesh = Sprite3D.load('resources/shuipao.lh'); this.addChild(mesh); mesh.on(Event.HIERARCHY_LOADED, this, this.OnHierarchyLoaded); let ani_names = this.ani...
来源: Laya_社区 发布时间: 20170608
...; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.RenderTexture; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BaseMesh; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event...
来源: Laya_示例 发布时间: 20241118
...纹理 Image中没有destroy函数, 在销毁image的时候image未降低Resource的计数器, 所以通过Laya.Resource.destroyUnusedResources无法释放纹理.只能手动调用dispose来释放资源 此处执行了destroy。 资源计数未减少,无法释放资源 附件 : --> 2023-...
来源: Laya_社区 发布时间: 20230707
...oll$bar.png", "atlas/comp/vscroll$down.png", "atlas/comp/vscroll$up.png", "resources/tree/clip_selectBox.png", "resources/tree/clip_tree_folder.png", "resources/tree/clip_tree_arrow.png"]; Laya.loader.load(res).then(() => { this.onLoadComplete(); }); } private onLoadComplete(e: any = null): void ...
来源: Laya3.0_文档 发布时间: 20241014
...回复问题请先登录 发起人 xiahaijiao 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND retry to load问题 微信小游戏兼容性bug 部分机型load场景不显示 iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 有人知道...
来源: Laya_社区 发布时间: 20180129
资源加载提示重复加载 资源加载提示信息: Resources already exist,is repeated loading: 这个提示说明资源已经加载过了。 在论坛中搜索答案,大部分说不用管这个提示。没有任何其他的有效信息了。 那到底如何才是正确的资源加...
来源: Laya_社区 发布时间: 20180917
...a.d3.animationClasspublic class AnimationClipInheritanceAnimationClip laya.resource.Resource AnimationClip 类用于动画片段资源。 Public Properties PropertyDefined By islooping : Boolean是否循环。AnimationClipPublic Methods MethodDefined By AnimationClip() 创建一个 Animatio...
来源: Laya2.0_api 发布时间: 20190513