大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0061 秒)
Laya_社区(1721) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(89) Laya2.0_示例(16) Laya_示例(11)
..."resources/files/config.zip"; Laya.loader.load([{ url: zipUrl, type: Laya.Loader.BUFFER }], null, Laya.Handler.create(this, this.onLoadCfg, null, false)).then( (value) => { JSZip.loadAsync(value).then( (zipData: J...
来源: Laya_社区 发布时间: 20230208
...oy getMorphChannel getMorphChannelbyIndex initData Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...式码该怎么做呢? <!--启动类添加到这里--> <script type="text/javascript" src="main.min.js"></script> <script type="text/javascript" src="main.js"></script> <script> var gameCanvas = document.getElementById("layaCanvas"); if ((sys.platform !== sys.DE...
来源: Laya_社区 发布时间: 20180129
...otionObject removeRenderObject updateMotionObjects Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...layaair2-cmd 编译报错 Laya mac版的IDE 是没测试就上线了吗? TypeScript下HttpRequest发送Post请求有Bug? 重力感应 Accelerator 发布微信游戏后失效。是因为什么? new Laya.Sprite();绘制图形以后,怎么删除释放资源? LayaAir2.61 测试版 物理引擎bu...
来源: Laya_社区 发布时间: 20180206
...ain _rollOverChain _tempPoint _tempRect clickTrack Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...,何种的动画有限制? Unity:5.6.4,插件:1.7.0 Animation type:Generic 老式legacy 的 Animation不知道如何导出,没有看到相关文档。只看到Animator了。。 #update: 转为legacy animation可以用了...但是animator为啥不行咧??? 预览laya run ...
来源: Laya_社区 发布时间: 20171116
...XMLHttpRequest(); xhr.open("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObj...
来源: Laya2.0_文档 发布时间: 20210714
...粒子使用报错,按F12看到下面信息 laya.core.js:2554 Uncaught TypeError: Failed to execute 'attachShader' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLShader'. at ParticleShader._compile (VM258 laya.core.js:2554) at ParticleShader.recreateResource (VM258 laya....
来源: Laya_社区 发布时间: 20190906
...ight creatFromMesh createFromImage Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231102