大约有 28,630 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0445 秒)
Laya_社区(26260) Laya3.0_api(795) Laya2.0_文档(483) Laya2.0_api(366) laya_api(298) Laya_示例(157) Laya3.0_文档(152) Laya2.0_示例(119)
...Index | Frames No Frames PointProperties | Methods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By x : Number该点的水...
来源: laya_api 发布时间: 20170929
... Classes | Index | Frames No Frames SoundProperties | Methods Packagelaya.mediaClasspublic class SoundInheritanceSound EventDispatcher Object Sound 类是用来播放控制声音的类。 Public Properties PropertyDefined By duration : Number[read-only] 获取总时间。 SoundPublic Metho...
来源: laya_api 发布时间: 20170929
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Fred 赞同来自: 您好,麻烦您提供一个可以复现此问题的demo吧,只看到内存越界的报错信息确实无法定位问题。 2021-11-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...
来源: Laya_社区 发布时间: 20211102
ani动画问题,cannot read property '_tf' of null showAni(panel:Laya.Box) { if (!panel.contains(this)) { panel.addChild(this); this.pos(0,110); } let i = 1; this.ani1.play(0, f...
来源: Laya_社区 发布时间: 20170614
请问,从Unity同过插件导出的场景到LayaAir里面报"model file err,no this function:"这个错是怎么回事? Unity版本为5.6.0f3, Laya引擎版本 LayaAir IDE 1.7.11,选择语音为TS,导出插件版本为:1.7.0,系统环境win10 64位 附件 : --> 2017-11-07 添加评论 ...
来源: Laya_社区 发布时间: 20171107
...lasses | Index | Frames No Frames PhysicsProperties | Methods Packagelaya.d3.utilsClasspublic class PhysicsInheritancePhysics Object Physics 类用于简单物理检测。 Public Properties PropertyDefined By gravity : Vector3[static] 重力。PhysicsPublic Methods MethodDefined By Ph...
来源: laya_api 发布时间: 20170929
...应该是可以通过设置box2d的step函数的参数timeStep,看了下laya的封装,好像这地方写死了一个1/60: this.world.Step(1 / 60,this.velocityIterations,this.positionIterations,3);请问有没有变通的方法,让我能快速更新物理,达到快进的效果呢? 比如...
来源: Laya_社区 发布时间: 20190709
IDE相关问题 LayaAir引擎 版本管理什么用 版本管理什么用啊? json 和png是一一对应的(xxx.json中有映射xxx.png),加了版本后能找到对应的xxx.png吗?原理是什么样的 var uiResArray = [ { url: Laya.ResourceVersion.manifest["...
来源: Laya_社区 发布时间: 20180421
...出报错,2第二次不会有这个错误提示了,3生成文件后到laya里面使用提示没有动画 模型来自商店 模型地址:https://www.assetstore.unity3d ... 91497 KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[Sys...
来源: Laya_社区 发布时间: 20180202
请问如何使用layaair-cmd编译&发布微信小游戏? 因为项目涉及到要做"持续集成", 就无法使用IDE进行编译, 只能使用Layaair命令行编译. 根据这个文档里的内容: http://ldc.layabox.com/doc/?nav=zh-ts-3-4-2 没有看到有编译小游戏的命令. 默...
来源: Laya_社区 发布时间: 20180717