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

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

261. UI-Clip [ 86%]

...} function showTotalSeconds() { var clip = new Clip(clipSkin, 10, 1); clip.index = clip.clipX - 1; clip.pos(counter.x + 60, counter.y); Laya.stage.addChild(clip); } function createController() { controller = new Button(buttonSkin, "暂停"); controller.labelBold = true; controller.labelColors = "#FF...

来源: Laya_示例 发布时间: 20241001

262. [LayaAirIDE 3.0]更新LayaAir 3.1.0-beta.1后编译不了 [ 86%]

...  at http://127.0.0.1:24647/game/li ... 14785     at async Promise.all (index 0)     at async Promise.all (index 0) warn @ laya.core.js:1 warnFailed @ laya.core.js:1 (anonymous) @ laya.core.js:1 Promise.catch (async) _load2 @ laya.core.js:1 _load1 @ laya.core.js:1 load @ laya.core.js:1 load2 @ ...

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

263. laya.d3.core.pixelLine.PixelLineFilter [ 86%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames PixelLineFilterMethods Packagelaya.d3.core.pixelLineClasspublic class PixelLineFilterInheritancePixelLineFilter laya.d3.core.GeometryElement PixelLineFilter 类用于线过滤器。 Public Methods  MethodDefined By  Pi...

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

264. 提点意见,使用laya发布小游戏,发现发布出来的内容太大了 [ 86%]

...再发布的时候可以自主选择发布的类库啊.........或者根据index文件里边引用关系自动选择发布其中某些库文件...........现在我只能一个一个删除,发布web形式时候也是没用的类库也一块给发布出来,这样引用没有必要类库很空间,,,还...

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

265. laya.display.Node [ 86%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames NodeProperties | Methods | Events Packagelaya.displayClasspublic class NodeInheritanceNode EventDispatcher ObjectSubclasses ComponentNode, Sprite Node 类是可放在显示列表中的所有对象的基类。该显示...

来源: laya_api 发布时间: 20170929

266. tiledMap问题,getTileProperties获取地图属性不能获取到 [ 86%]

...undefined}。     /**     *得到tile自定义属性     *@param index 地图块索引     *@param id 具体的TileSetID     *@param name 属性名称     *@return     */     __proto.getTileProperties=function(index,id,name){         if (this._tileProperties[ind...

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

267. OPPO打包rpk问题 [ 85%]

...原因是    1 ./libs/laya.quickgamemini.js is not in app package   2 index.js is not in app package   麻烦问下laya.quickgamemini.js这个文件是要手动导入到项目里吗? 还有打包出来的目录并未发现index.js这个文件,看laya视屏示例也没这个文件 2020-03-25 ...

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

268. UI-Clip [ 85%]

...nds() { const Clip = Laya.Clip; let clip = new Clip(clipSkin, 10, 1); clip.index = clip.clipX - 1; clip.pos(this.counter.x + 60, this.counter.y); Laya.stage.addChild(clip); } createController() { const Button = Laya.Button; this.controller = new Button(buttonSkin, "暂停"); this.controller.labelBol...

来源: Laya2.0_示例 发布时间: 20241001

269. laya.d3.core.render.IRenderable [ 85%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames IRenderableProperties | Methods Packagelaya.d3.core.renderInterfacepublic interface IRenderableImplementors ShurikenParticleSystem, StaticBatch, SubMesh, TerrainFilter IRender 接口用于实现3D对象的渲染相关功...

来源: laya_api 发布时间: 20170929

270. FBX导出Index was outside the bounds of the array [ 85%]

FBX导出Index was outside the bounds of the array FBX导入Unity,版本Unity 2018.4.0f1. 再使用LayaAir3D Export Tool导出出现 Index was outside the bounds of the array.   附件是FBX文件   IndexOutOfRangeException: Index was outside the bounds of the array. p.a (UnityEngine.Mesh A_0,...

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