大约有 3,290 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0066 秒)
Laya_社区(1557) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(46) Laya2.0_示例(12) Laya_示例(9)
API DocumentationAll Packages | All Classes | Index | Frames No Frames ProgressBarProperties | Methods | Events Packagelaya.uiClasspublic class ProgressBarInheritanceProgressBar UIComponent Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Propertie...
来源: Laya2.0_api 发布时间: 20190513
...Android底下报错 ConchShader is not defined LayaNative如何选择通过index.js或是runtime.json启动? FB playable Ad 上传zip成功到facebook,广告播放之后,demo不运行? 按官网上的文档 使用LayaNative运行LayaAir项目https://ldc.layabox.com/doc/?nav=zh-as-7-0-1。出...
来源: Laya_社区 发布时间: 20171218
...正确,不管是加载还是使用都不会有问题。资源路径是从index.html所在的文件夹位置开始找的,你先看下路径加载的是否正确。 还有问题的话麻烦上传一个有问题的例子,我们看下! 2017-07-18 0 0 分享 微博 QZONE 微信 为什么被折叠...
来源: Laya_社区 发布时间: 20170718
...isplay.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/api/?category=Core&class=laya.display.Animation](https://layaair2.ldc2.layabox.com/api2/C...
来源: Laya2.0_文档 发布时间: 20210715
...编辑器中打开上一节创建好的开放数据域工程文件,找到index.js文件,在文件的init方法中我们可以看到,模板已经执行了onMessage方法,开发者可以自行实现onMessage中的逻辑。 这里的onMessage方法的回调函数打印了此方法获取到的...
来源: Laya3.0_文档 发布时间: 20251010
API DocumentationAll Packages | All Classes | Index | Frames No Frames TileTexSetProperties | Methods Packagelaya.mapClasspublic class TileTexSetInheritanceTileTexSet Object 此类是子纹理类,也包括同类动画的管理 TiledMap会把纹理分割成无数子纹理,也可以把其...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames ScriptProperties | Methods | Events Packagelaya.d3.componentClasspublic class ScriptInheritanceScript Component3D EventDispatcher Object Script 类用于创建脚本的父类。 Public Properties Hide Inherited Public P...
来源: laya_api 发布时间: 20170929
...-17 0 0 分享 微博 QZONE 微信 tea 赞同来自: 在2.0里需要在bin\index.js 加入否则无法就会找不到。 loadLib("libs/laya.tiledmap.js"); 2018-12-17 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起...
来源: Laya_社区 发布时间: 20180918
...n extends AnimationBase { constructor() { super(); if (FrameAnimation._sortIndexFun === null) { FrameAnimation._sortIndexFun = MathUtil.sortByKey("index", false, true); } } FrameAnimation初始化时_sortIndexFun 方法没有被赋值 导致_calculateKeyFrames中 tKeyFrames.sort(FrameAnimation...
来源: Laya_社区 发布时间: 20191115
... 同样是fillText,为啥我就画不出来。。 this.graphics.fillText(index + "", p.x, p.y, "12px Arial", "0xffffff", "center"); 在debugger的时候打印出来是undefined... 如果超出数量还会报错,需要改底层才行吗? 2018-01-15 0 2 分享 微博 QZONE 微信 qian 赞同来...
来源: Laya_社区 发布时间: 20180112