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

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

301. 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 [ 65%]

...mplet.TEMPLET_DICTIONARY[this.url];         }         laya.resource.Resource.prototype.destroy.call(this);     }   骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 应该用 if (this._relativeUrl){ delete Templet.TEMPLET_DICTIONARY[this....

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

302. ts 中能使用 装饰器吗 [ 65%]

...flys 赞同来自: @快雪时晴 大佬我发现  LayaAir IDE 2.5.0beta\resources\app\node_modules  目录下一直有tslib模块,但是编译还是会报 “This syntax requires an imported helper but module 'tslib' cannot be found”错误,不管noEmitHelpers是不是=false。(两天了,...

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

303. 自从layaflash起,就一直存在的bug [ 64%]

...不知道是什么情况造成下面的内存异常情况发生 1. 使用Resource.destroyUnusedResources的方法,gpu未使用过的缓存被清掉,但是包括共用字体和一些共用的图片 2. 下次使用的时候,这个字体被重复写入gpu显存,无法释放 这个问题我找...

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

304. request failed status:0 [ 64%]

...要回复问题请先登录 发起人 itachi1d 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND unity导出的场景在手机上提示"request:fail invalid url" FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory FATAL ERROR: CALL_AND_RETRY_LAST Allocation...

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

305. [LayaAirIDE3]Laya.loader.on(Event.ERROR, this, this.onError) 无法侦听到加载资源失败 [ 64%]

... Laya.loader.retryNum = 0;          var urls: any = ["do not exist", "resources/res/fighter/fighter.png", "resources/res/legend/map.jpg"];         Laya.loader.load(urls, Laya.Loader.IMAGE, this.onLoading).then(() =>         {             this.onAssetLoaded();         });  ...

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

306. 淘宝小游戏 · LayaAir3.0文档 · LAYABOX [ 64%]

... : (图2-2) js目录 与 libs目录: 项目代码和引擎库。 resources目录 与 Scene.ls: resources资源目录和场景文件Scene.ls,小游戏由于初始包的限制,建议将初始包的内容在规划好,最好能放到统一的目录下,便于初始包的剥离。 game.j...

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

307. laya.d3.core.pixelLine.PixelLineMaterial [ 64%]

...blic class PixelLineMaterialInheritancePixelLineMaterial 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

308. Sprite3D添加组件或脚本(ActionScript-3D基础(AS3)-LayaAir3D之精灵) [ 63%]

...LL; Laya.stage.screenMode = Stage.SCREEN_NONE; //预加载所有资源 var resource:Array = ["res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh"]; Laya.loader.create(resource, Handler.create(this, onComplete)); } private function onComplete():void { //记载场景 var scene:Scene3D = Laya.stage.addC...

来源: Laya2.0_文档 发布时间: 20210714

309. laya.d3.core.material.SkyProceduralMaterial [ 63%]

...ss SkyProceduralMaterialInheritanceSkyProceduralMaterial BaseMaterial laya.resource.Resource SkyProceduralMaterial 类用于实现SkyProceduralMaterial材质。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否...

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

310. laya.d3.graphics.VertexBuffer3D [ 63%]

...phicsClasspublic class VertexBuffer3DInheritanceVertexBuffer3D Buffer laya.resource.Resource VertexBuffer3D 类用于创建顶点缓冲。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By _bindActive : Object[static] Buffer _bindVertexBuffer :...

来源: laya_api 发布时间: 20170929