大约有 3,288 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1556) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(45) Laya2.0_示例(12) Laya_示例(9)
API DocumentationAll Packages | All Classes | Index | Frames No Frames GlitterProperties | Methods | Events | Constants Packagelaya.d3.core.glitterClasspublic class GlitterInheritanceGlitter RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object Glitter 类用于创建闪...
来源: laya_api 发布时间: 20170929
... attrs = Laya.Buffer._enableAtributes; if (attrs) { attrs.forEach((buffer, index) => { if (buffer && buffer.deleted) { Laya.WebGL.mainContext.disableVertexAttribArray(index); attrs[index] = null; } }); while (attrs.length > 0 && attrs[attrs.length - 1] == null) attrs.pop(); } }...
来源: Laya_社区 发布时间: 20200708
...同来自: 1. rollup是用来打包es模块的。 2. 1.0IDE编译后是用index.html串联的项目,所以引用顺序和依赖没有问题,你直接用rollup input "**/*.*",他又不知道js的引用和依赖顺序,所以打包时就是按照文件夹和目录中的顺序打包。而且roll...
来源: Laya_社区 发布时间: 20200604
...动画 ani.interval = 30; // 设置播放间隔(单位:毫秒) ani.index = 1; // 当前播放索引 ani.play(); // 播放图集动画 // 获取动画的边界信息 let bounds = ani.getGraphicBounds(); ani.pivot(bounds.width / 2, bounds.height / 2); ani.pos(Laya.stage.width / 2, Laya.stage.hei...
来源: Laya2.0_示例 发布时间: 20251209
API DocumentationAll Packages | All Classes | Index | Frames No Frames Particle3DProperties | Methods | Events | Constants Packagelaya.d3.core.particleClasspublic class Particle3DInheritanceParticle3D RenderableSprite3D Sprite3D Node EventDispatcher Object Particle3D 3D粒子。 Public Pr...
来源: laya_api 发布时间: 20170603
如何资源路径改成绝对路径 我的需求是这样的,把index.html里面的所有的资源路径都变成绝对路径,然后我们上线 只通过 index.html,但是laya里面的ui资源加载失败,然后我就从layaUI.max.all.js里面修改ui路径成 绝对路径,然后报跨...
来源: Laya_社区 发布时间: 20180601
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/core/particleShuriKen/module/shape/CircleShape" CircleShape Class CircleShape CircleShape 类用于创建环形粒子形状。 H...
来源: Laya3.0_api 发布时间: 20231115
... ViewStack 组件的API使用请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.ViewStack](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.ViewStack)。 ## 2、通过LayaAirIDE创建ViewStack组件 ### 2....
来源: Laya2.0_文档 发布时间: 20210715
...动画 ani.interval = 30; // 设置播放间隔(单位:毫秒) ani.index = 1; // 当前播放索引 ani.play(); // 播放图集动画 // 获取动画的边界信息 var bounds = ani.getGraphicBounds(); ani.pivot(bounds.width / 2, bounds.height / 2); ani.pos(Laya.stage.width / 2, Laya.stage.hei...
来源: Laya_示例 发布时间: 20251209
...交 1 个回复 Laya_Aaron 赞同来自: public function getChildAt(index:int):Node { return this._children[index] || null; } 请提供不一样的demo 2019-02-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20190129