大约有 408 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0046 秒)
Laya3.0_api(121) Laya_社区(118) Laya2.0_api(87) laya_api(55) Laya2.0_文档(20) Laya3.0_文档(4) Laya_示例(3)
...相关的链接 提交 2 个回复 uu4uu 赞同来自: 解决了,原来clone的是MeshSprite3D,改为Sprite3D就好了 2018-03-21 0 1 分享 微博 QZONE 微信 qian 赞同来自: 你可以看一下 关于克隆的示例 http://layaair.ldc.layabox.com ... Clone 2018-03-21 0 0 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20180321
...ublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties PropertyDefined By constant : Number[read-only] 固定帧。 StartFrame constantMax : Number[read-only] 最大固定帧。 StartFrame constantMin : Numb...
来源: laya_api 发布时间: 20170929
...ublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties PropertyDefined By constant : Number[read-only] 固定帧。 StartFrame constantMax : Number[read-only] 最大固定帧。 StartFrame constantMin : Numb...
来源: Laya2.0_api 发布时间: 20190513
...etAnimationInheritanceTextureSheetAnimation ObjectImplements laya.d3.core.IClone TextureSheetAnimation 类用于创建粒子帧动画。 Public Properties PropertyDefined By cycles : int循环次数。TextureSheetAnimation enable : Boolean是否启用TextureSheetAnimation enableUVChannels ...
来源: Laya2.0_api 发布时间: 20190513
...Classpublic class Vector2InheritanceVector2 ObjectImplements laya.d3.core.IClone Vector2 类用于创建二维向量。 Public Properties PropertyDefined By elements : *二维向量元素数组Vector2 x : Number 获取X轴坐标。 Vector2 y : Number 获取Y轴坐标。 Vector2Public Metho...
来源: laya_api 发布时间: 20170929
...会把之前的lh2模型销毁掉。 Laya_Aaron • 2018-01-28 14:47 试试cloneto 呢 虽然clone 也是有clone to
来源: Laya_社区 发布时间: 20180128
...x3x3 Matrix3x3 类用于创建3x3矩阵。 Hierarchy Matrix3x3 Implements IClone Index Constructors constructor Properties elements DEFAULT Methods clone cloneTo determinant identity invert rotate scale translate transpose createFromMatrix4x4 createFromRotation createFromScaling createFromTranslatio...
来源: Laya3.0_api 发布时间: 20231115
...,不会的可以自行百度搜索一下,这里就不展开了。然后clone(克隆)LayaAir源码仓库到本地。 ``` git clone https://github.com/layabox/LayaAir.git ``` ### 二、通过npm安装LayaAiri源码环境依赖包 因为我们需要用到npm安装一些LayaAir引擎源码开发...
来源: Laya2.0_文档 发布时间: 20210715
...; i++){ var ball = myscene.addChild(sp.clone()); ball.name = i.toString(); } console.log("add finished: ", myscene.numChildren); for(var i=0; i&...
来源: Laya_社区 发布时间: 20200723
...x3x3 Matrix3x3 类用于创建3x3矩阵。 Hierarchy Matrix3x3 Implements IClone Index Constructors constructor Properties elements DEFAULT Methods clone cloneTo determinant identity invert rotate scale translate transpose createFromMatrix4x4 createFromRotation createFromScaling createFromTranslatio...
来源: Laya3.0_api 发布时间: 20231102