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

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

151. Sprite3D.instantiate不成功,总是报错 [ 74%]

...相关的链接 提交 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

152. laya.d3.core.particleShuriKen.module.StartFrame [ 73%]

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

153. laya.d3.core.particleShuriKen.module.StartFrame [ 73%]

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

154. laya.d3.core.particleShuriKen.module.TextureSheetAnimation [ 73%]

...etAnimationInheritanceTextureSheetAnimation ObjectImplements laya.d3.core.IClone TextureSheetAnimation 类用于创建粒子帧动画。 Public Properties PropertyDefined By  cycles : int循环次数。TextureSheetAnimation  enable : Boolean是否启用TextureSheetAnimation  enableUVChannels ...

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

155. laya.d3.math.Vector2 [ 73%]

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

156. 还是克隆的问题 [ 73%]

...会把之前的lh2模型销毁掉。 Laya_Aaron • 2018-01-28 14:47 试试cloneto 呢 虽然clone 也是有clone to

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

157. laya.maths.Matrix3x3_API3.0 [ 73%]

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

158. LayaAir示例项目源码编译运行指南(TypeScript-LayaAir基础篇(TS)-快速上手) [ 73%]

...,不会的可以自行百度搜索一下,这里就不展开了。然后clone(克隆)LayaAir源码仓库到本地。 ``` git clone https://github.com/layabox/LayaAir.git ``` ### 二、通过npm安装LayaAiri源码环境依赖包 因为我们需要用到npm安装一些LayaAir引擎源码开发...

来源: Laya2.0_文档 发布时间: 20210715

159. 资源回收的清理不干净的bug [ 73%]

...; i++){                 var ball = myscene.addChild(sp.clone());                 ball.name = i.toString();             }             console.log("add finished: ", myscene.numChildren);                  for(var i=0; i&...

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

160. laya.d3.math.Matrix3x3_API3.0 [ 72%]

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