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

大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0061 秒)

1041. laya3.0中jszip使用异常 [ 68%]

..."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

1042. laya.d3.resource.models.MorphTargetData_API3.0 [ 68%]

...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

1043. 如何动态在index.html加入script [ 68%]

...式码该怎么做呢? <!--启动类添加到这里--> <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

1044. laya.d3.core.scene.SceneRenderManager_API3.0 [ 68%]

...otionObject removeRenderObject updateMotionObjects Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1045. 1.7.15 IDE资源发布有bug [ 68%]

...layaair2-cmd 编译报错 Laya mac版的IDE 是没测试就上线了吗? TypeScript下HttpRequest发送Post请求有Bug? 重力感应 Accelerator 发布微信游戏后失效。是因为什么? new Laya.Sprite();绘制图形以后,怎么删除释放资源? LayaAir2.61 测试版 物理引擎bu...

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

1046. laya.events.TouchInfo_API3.0 [ 68%]

...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

1047. unity插件导出带动画的模型报错,试了各种动画都不行,能告诉下具体有什么限制吗? [ 68%]

...,何种的动画有限制?   Unity:5.6.4,插件:1.7.0 Animation type:Generic   老式legacy 的 Animation不知道如何导出,没有看到相关文档。只看到Animator了。。 #update: 转为legacy animation可以用了...但是animator为啥不行咧???   预览laya run ...

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

1048. 二进制图片(TypeScript-2D进阶篇(TS)-游戏加载策略) [ 68%]

...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

1049. 2.2.0使用2d粒子报错 [ 68%]

...粒子使用报错,按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

1050. laya.d3.core.HeightMap_API3.0 [ 68%]

...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