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

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

721. 性能统计与优化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 46%]

...些特殊效果。 然而,渲染纹理的使用会占用一定的内存资源,如果渲染纹理内存占用过多,会导致游戏卡顿、掉帧等问题。因此,在游戏开发中,需要合理使用渲染纹理,避免过多的渲染纹理内存占用,以提高游戏的性能。 14...

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

722. laya.resource.RenderTexture_API3.0 [ 46%]

...Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/resource/R...

来源: Laya3.0_api 发布时间: 20231115

723. laya.resource.RenderTexture2D_API3.0 [ 46%]

...Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/resource/R...

来源: Laya3.0_api 发布时间: 20231115

724. laya.resource.NativeRenderTexture2D_API3.0 [ 46%]

...Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/resource/R...

来源: Laya3.0_api 发布时间: 20231115

725. laya.resource.RenderTextureCube_API3.0 [ 45%]

...Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/resource/R...

来源: Laya3.0_api 发布时间: 20231115

726. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 45%]

...Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/resource/R...

来源: Laya3.0_api 发布时间: 20231115

727. 为什么会出现报错 ani not found:ufo1_down [ 45%]

...; // 把背景添加到舞台 Laya.stage.addChild(this.bg); // 加载图集资源 Laya.loader.load("res/atlas/war.json",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS); })(); function onLoaded(){ // 创建一个主角 this.hero = new Role(); // 初始化角色 this.hero.init("hero",0,1,0,...

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

728. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 45%]

... Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE Defined ...

来源: Laya3.0_api 发布时间: 20231102

729. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 44%]

...D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3D  VOLSPACETYPE : int[static] ShuriKenParticle3D  VOLVELOCITYCONST : int[static] ShuriKenParticle3D  VOLVELOCITYCONSTMAX : int[static] ShuriKenParticle3D  VOLVELOCITYGRADIENTX : int[static...

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

730. LayaAir下如何分包? [ 44%]

...信 moketao 赞同来自: 补充:   如果希望将 maingame.js 加入资源版本管理(热更新)(html5 webgl 模式下,也就是不使用 layanative的项目,应该会有这样的需求) 那么 module.def 要这样写:  module:"../res/js/maingame" path:"modules\class\src"编...

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