大约有 756 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0061 秒)
Laya_社区(438) Laya3.0_api(111) Laya3.0_文档(48) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(24) Laya2.0_示例(9)
...器的硬件加速关闭 后就会有问题 在控制台用 Laya.Resource._urlResourcesMap 查出来的都是Texture2D 单独用Laya.Loader.getRes(xx)取出来的也是 Texture2D 2020-04-21 0 0 分享 微博 QZONE 微信 Nevermore 赞同来自: 顶顶顶··· 2020-04-24 0 0 分...
来源: Laya_社区 发布时间: 20200417
...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
... 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
... 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
...改为自己使用的版本! /Applications/LayaAirIDE_beta.app/Contents/Resources/app/out/vs/layaEditor/h5/layabuilder.max.js 用windows的同学请自行找目录哈。 2.找到下面代码,具体行号不同版本可能不一样,仅供参考 24522 if...
来源: Laya_社区 发布时间: 20190128
...r() { let material = ShurikenParticleMaterial.load("resources/Assets/ArtResources/Effects/Materials/Effect_yu_jinbi_xulie.lmat"); super(material); { let s = this.particleSystem; ...
来源: Laya_社区 发布时间: 20170605
...l": ".", "paths": { "tslib": [ "/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/tslib/tslib.d.ts", "tslib/tslib.d.ts" ] }, "lib": [ "esnext", "dom", "es2015.promise" ] } } 此时就要考虑转es5了,拿微信小游戏来说,wxgame.json配置里面打开es6toes5"useMinJsLib...
来源: Laya_社区 发布时间: 20200705
....Stage; import laya.events.Event; import laya.maths.Rectangle; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Interaction_Drag { private const ApePath:String = "../../../../res/apes/monkey2.png"; private var ape:Sprite; priva...
来源: Laya_示例 发布时间: 20241119
...预制体,例如MyWidget.widget。建议将此类预制体放置到editorResources目录或其子目录。 editorResources目录是一个LayaAirIDE里约定名称的特殊目录,它和resources的特性类似,也就是无论它放在多深的子目录下,资源的路径都可以从editorReso...
来源: Laya3.0_文档 发布时间: 20241014
... 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