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

大约有 799 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0057 秒)

711. Sprite-切换纹理 [ 42%]

...ckage { import laya.display.Sprite; import laya.display.Stage; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Sprite_SwitchTexture { private var texture1:String = "../../res/apes/monkey2.png"; private var texture2:String = "....

来源: Laya2.0_示例 发布时间: 20241119

712. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 41%]

...ttp://127.0.0.1:55942/game/code.js:89560:6) at TextureCube.__proto.recreateResource (http://127.0.0.1:55942/game/code.js:89603:8) at TextureCube.__proto.activeResource (http://127.0.0.1:55942/game/code.js:13972:9) at TextureCube.<anonymous> (http://127.0.0.1:55942/game/code.js:75718:8) at Shad...

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

713. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 41%]

...rikenParticleMaterialInheritanceShurikenParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明...

来源: laya_api 发布时间: 20170929

714. Laya.Loader.getRes("xxx.png")取出来的资源为什么是Texture2D,不是Texture [ 41%]

...器的硬件加速关闭    后就会有问题   在控制台用 Laya.Resource._urlResourcesMap  查出来的都是Texture2D  单独用Laya.Loader.getRes(xx)取出来的也是 Texture2D     2020-04-21 0 0 分享 微博 QZONE 微信 Nevermore 赞同来自: 顶顶顶··· 2020-04-24 0 0 分...

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

715. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 41%]

... this.m_cur_scence.destroy();//销毁场景 this.m_cur_scence = null; Laya.Resource.destroyUnusedResources();//销毁无用资源(没有被场景树引用,并且没有加资源锁的) if(Laya.Browser.onMiniGame) Laya.Browser.window.wx.triggerGC(); 2019-12-10 0 0 分享 微博 QZONE 微信 小程序K...

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

716. 关于大量图片加载绘制后的内存暴增的疑问 [ 40%]

... package { import laya.display.Sprite; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; import laya.utils.Stat; import laya.webgl.WebGL; public class Demo { private var num:Number=0;//加载图片的个数 private var sp:Sprite;//显示图片的显示对象容器 priv...

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

717. 求ShuriKenParticle3D用法 [ 40%]

...r() {             let material = ShurikenParticleMaterial.load("resources/Assets/ArtResources/Effects/Materials/Effect_yu_jinbi_xulie.lmat");             super(material);             {                 let s = this.particleSystem;            ...

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

718. 自定义场景继承导出,会在自定义类中加入Laya.前缀导致layaMaxUI文件报错 [ 40%]

...改为自己使用的版本! /Applications/LayaAirIDE_beta.app/Contents/Resources/app/out/vs/layaEditor/h5/layabuilder.max.js 用windows的同学请自行找目录哈。 2.找到下面代码,具体行号不同版本可能不一样,仅供参考     24522                         if...

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

719. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 40%]

...预制体,例如MyWidget.widget。建议将此类预制体放置到editorResources目录或其子目录。 editorResources目录是一个LayaAirIDE里约定名称的特殊目录,它和resources的特性类似,也就是无论它放在多深的子目录下,资源的路径都可以从editorReso...

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

720. laya.d3.core.material.PBRSpecularMaterial [ 40%]

... class PBRSpecularMaterialInheritancePBRSpecularMaterial BaseMaterial laya.resource.Resource PBRSpecularMaterial 类用于实现PBR(Specular)材质。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  albedoColor : Vector4 获取反射率颜...

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