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

大约有 3,288 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0073 秒)

261. laya.d3.resource.models.MorphTargetData_API3.0 [ 86%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/models/MorphTargetData" MorphTargetData Class MorphTargetData Hierarchy MorphTargetData Index Constructors constructor ...

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

262. 分包后, 资源加载问题 [ 86%]

...{"value":192,"tweenMethod":"linearNone","tween":true,"target":3,"key":"y","index":0},{"value":0,"tweenMethod":"linearNone","tween":true,"target":3,"key":"y","index":100}],"x":[{"value":0,"tweenMethod":"linearNone","tween":true,"target":3,"key":"x","index":0},{"value":0,"tweenMethod":"linearNone","tw...

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

263. 怎么获取Tiledmap设置的tiles自定义属性值 [ 86%]

...*          * 得到tile自定义属性          * @param    index        地图块索引          * @param    id            具体的TileSetID          * @param    name        属性名称          * @return          */         ...

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

264. JQ集成到Laya二次封装 [ 86%]

...=============== JQ(aWater).on('click', function () { console.log( JQ(this).index() );//不传 匹配父级元素下的子元素开始算索引 // console.log( JQ(this).index(aWater) );//传数组,从当前数组开始算索引 // console.log( JQ(this).siblings(aWater).remove() );//指定数组范...

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

265. 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_示例 发布时间: 20251209

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

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

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

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

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

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

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