大约有 756 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0052 秒)
Laya_社区(438) Laya3.0_api(111) Laya3.0_文档(48) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(24) Laya2.0_示例(9)
...换场景编辑器时 Laya3D init error must support webGl Failed to load resource: net::ERR_FILE_NOT_FOUND Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 LayaAirIDE2.2 - Laya3D init error ,must support webGL 加载龙...
来源: Laya_社区 发布时间: 20190725
... = 1; i < 70; i++) { loadList.push("resources/test/a ("+i+").png"); } let nt = Date.now(); Laya.loader.load( loadList, Laya.Handler.create(this, () => { var lab...
来源: Laya_社区 发布时间: 20240628
...劳永逸方式:直接修改生成的根源。打开%LayaIDE根目录%\resources\app\out\vs\layaEditor\h5\layabuilder.max.js,搜索“__proto.parseTsImport”,修改该函数体内容:__proto.parseTsImport=function(str){ var tStr = str.replace("import",""); str = 'from'; str = tStr.indexOf(s...
来源: Laya_社区 发布时间: 20200727
...理资源版本报错 IOS系统,在项目目录下运行:layaair-cmd resourceVersion -i bin -o ./ -n 1000 返回是一堆报错: internal/child_process.js:323 throw errnoException(err, 'spawn'); ^ Error: spawn EACCES at _errnoException (util.js:1022:11) at ChildProcess.spawn (internal/child_pr...
来源: Laya_社区 发布时间: 20180514
...了HtmlText,全部换代码写太麻烦了,我直接找到LayaAirIDE\resources\app\out\vs\layaEditor\renders\editorui2.0这个文件,把__class(HtmlText,'laya.editorUI.HtmlText');这句话改成__class(HtmlText,'laya.editorUI.HtmlText',_super);就没问题了
来源: Laya_社区 发布时间: 20191028
...3.graphics.VertexElementUsage; import laya.d3.math.Vector3; import laya.d3.resource.Texture2D; import laya.d3.resource.models.CapsuleMesh; import laya.d3.resource.models.Mesh; import laya.d3.resource.models.SphereMesh; import laya.d3.shader.Shader3D; import laya.d3.shader.ShaderCompile3D; import lay...
来源: Laya_示例 发布时间: 20241119
...();package { import laya.events.Event; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Loader_ProgressAndErrorHandle { public function Loader_ProgressAndErrorHandle() { Laya.init(550, 400); // 无加载失败重试 Laya.loader.retryNum = 0; var urls:Arra...
来源: Laya2.0_示例 发布时间: 20241119
...sspublic class TerrainMaterialInheritanceTerrainMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明...
来源: Laya2.0_api 发布时间: 20190513
...tor3(0, 1, 0); //预加载所有资源 let resource = ["Export/LayaScene_JJF/Conventional/JJF.lh"]; Laya.loader.create(resource, Laya.Handler.create(this, this.onComplete)); } onComplete(){ //创建场景 ...
来源: Laya_社区 发布时间: 20190531
...d3.core.materialClasspublic class BaseMaterialInheritanceBaseMaterial laya.resource.ResourceImplements laya.d3.core.ICloneSubclasses BlinnPhongMaterial, EffectMaterial, ExtendTerrainMaterial, PBRSpecularMaterial, PBRStandardMaterial, PixelLineMaterial, ShurikenParticleMaterial, SkyBoxMaterial, SkyPr...
来源: Laya2.0_api 发布时间: 20190513