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

大约有 6,649 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0089 秒)

6411. [0]Laya 3.0在骨骼动画,一个材质一个mesh,没有子mesh,用的是Unlit shader,但会引起6个批次,正常应该是一个批次的 [ 49%]

...LayaAir3D shader 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 骨骼动画播放完后的回调间 移植了一个游戏 代码重新 写的 求助:水面流动shader一段间后卡顿 一个间轴动画里创...

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

6412. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 49%]

...itor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Co...

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

6413. Native打包出现一个看不懂的日志输出 [ 49%]

Native打包出现一个看不懂的日志输出 游戏可以正常运行,但有两个日志打印让我们看不懂,虽然不影响,但担心有隐形bug,所以希望得到官方解答,下面这两个日志在什么情况下会打印出来。   一个是:getToken Error1。这个日志...

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

6414. Starling项目需要注意哪些问题? [ 49%]

...r需要注意的 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket layaAir TS项目如何引用protoBuf库? 关于适配采用showAll后留白部分的颜色问题 写了个边缘光的自定义shader,有很多问题,...

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

6415. 发布微信小游戏json格式问题 [ 49%]

...p://127.0.0.1:9973/game/__dev__/WAGame.js:3:18788   在layaIDE里能正常运行,发布为微信小游戏后如上报错,json格式需要注意!!! 2018-02-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...

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

6416. ENOENT: no such file or directory, open 'D:\layaidehello eleasewxgameLayaSample.js.map [ 49%]

...刚搭的 Laya_Aaron • 2018-07-15 17:20 ide不像有问题,你那边也运行了就是报了个错误。。微信开发工具可能版本不一样,我用的就是你发布的目录,没有报错。 海货 • 2018-07-15 19:22 我找到问题了,你看下边的截图 海货 • 2018-07-15 19...

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

6417. laya.d3.component.volume.volumetricgi.VolumetricGI_API3.0 [ 49%]

...itor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Co...

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

6418. httpRequest send返回Request failed Status:0 [ 49%]

... GameMain; }()); new GameMain(); //# sourceMappingURL=LayaSample.js.map 但运行在玩一玩平台下调用相同代码则返回Request failed Status:0 求解 2018-06-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...

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

6419. laya.d3.physics.PhysicsCollider_API3.0 [ 49%]

...itor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Co...

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

6420. 绘制直线与折线(TypeScript-LayaAir基础篇(TS)-矢量图) [ 49%]

... 下面我们用LayaAir引擎画一条折线,示例代码如下: 代码运行 ```typescript module laya {     import Sprite = Laya.Sprite;     import Stage = Laya.Stage;     import WebGL = Laya.WebGL;       export class Sprite_DrawShapes {         private ...

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