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

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

591. ios14系统下 blendMode='lighter' 图片异常 [ 67%]

...ntext.setBlendFunc(gl, gl.ONE, gl.ONE,true); }      非源码版在laya.core.js里找到 static BlendAdd(gl) { WebGLContext.setBlendFunc(gl, gl.ONE, gl.DST_ALPHA, true); }替换为: static BlendAdd(gl){ WebGLContext.setBlendFunc(gl, gl.ONE, gl.ONE,true); } LayaAir 1.x 修改方法:   在laya...

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

592. 使用多个时间轴动画 demo.ani(0,true,'name')失效 [ 67%]

...位置 tl2.pos(0,200); }     报错: ani not found: test.ani#zxc laya.core.js:32435 ani not found: test.ani#zxc laya.core.js:32435 ani not found: test.ani#zxc   附件 : --> 2019-07-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

593. LayaBox发布微信小游戏,包太大 [ 67%]

...018-07-13 16:02 @f_t:是的,这个目录使用到的内容已经合并到core.js里面了 不需要的。 f_t • 2018-07-13 16:06 @Laya_Aaron:我没找到core.js,只有一个code.js 爱有你 • 2018-09-27 10:25 额,libs目录删除掉,在微信开发工具那边就看不到游戏界面了...

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

594. 加载时间轴动画报错 [ 67%]

...ull     at Animation._proto.timerLoop(file:///f:/........./bin/libs/laya.core.js:9493:14)     at Animation._proto.play(file:///f:/....../bin/libs/laya.core.js:16351:10)   请问各位大神这是怎么回事呢? 附件 : --> happyFarm.rar 2017-10-28 添加评论 免费帖 --> 分享 微博 QZ...

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

595. as h5项目转小游戏 在微信开发者工具报错 [ 67%]

...接 提交 5 个回复 熊猫大侠 赞同来自: 现在感觉是不能用 core作为包名 我换个包名就好了 2018-03-30 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 我们js合并自己的引擎库,你自定义这个应该没引进去,你手动操作吧 2018-03-24 0 1 分享 ...

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

596. 使用LayaAirUnityPlugin_beta插件的时候在Unity预览报错 [ 67%]

...ene3D.renderSubmit (laya.d3.js:25632)     at Context.submitElement (laya.core.js:9421)     at Context.flush (laya.core.js:9427) 附件 : --> 2020-03-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron...

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

597. laya.d3.core.MeshSprite3D [ 67%]

...s MeshSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class MeshSprite3DInheritanceMeshSprite3D RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses MeshTerrainSprite3D, WaterSprite MeshSprite3D 类用于创建网格。 Public Propertie...

来源: laya_api 发布时间: 20170929

598. laya.d3.core.material.PBRSpecularMaterial [ 67%]

...ames PBRSpecularMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRSpecularMaterialInheritancePBRSpecularMaterial BaseMaterial laya.resource.Resource PBRSpecularMaterial 类用于实现PBR(Specular)材质。 Public Properties Hide Inherited Public Properties...

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

599. Resources already exist,is repeated loading 加载特效报重复加载 [ 67%]

... repeated loading: D:/myLaya/myLaya/bin/res/threeDimen/particle/2d.lh laya.core.js:16639 [warn]Retry to load: null laya.core.js:14865 Resources already exist,is repeated loading: D:/myLaya/myLaya/bin/res/threeDimen/particle/2d.lh laya.core.js:16639 [error]Failed to load: null 为什么加载自己...

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

600. 图集动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 66%]

...: 动画播放基类: [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.display.AnimationPlayerBase](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.AnimationBase) 动画类: [https://layaair.ldc.layabox.com...

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