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

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

261. 粒子特效内存显存泄漏的问题 [ 56%]

...,做了个示例可以清楚的看到。读取一个特效文件,然后clone一下,接着删除掉克隆体和特效资源,对比前后的内存和显存的变化。 发现粒子的render mode选择Billboard时正常,资源完全卸载,无泄漏。 选择Strectched Billboard时每次加...

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

262. [0]laya-zip让你的游戏加载速度提升350%!! [ 56%]

...ler.create(this, () => { let player1 = Laya.loader.getRes("xx/xxx1.lh").clone(); let player2 = Laya.loader.getRes("xx/xxx2.lh").clone(); })); [/size][/code]高级 为了根据具体项目来定制压缩包的颗粒度(打几个包,资源怎么分包),laya-zip提供了调试模式,默认...

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

263. laya.d3.math.Matrix3x3 [ 56%]

...spublic class Matrix3x3InheritanceMatrix3x3 ObjectImplements laya.d3.core.IClone Matrix3x3 类用于创建3x3矩阵。 Public Properties PropertyDefined By  elements : Float32Array矩阵元素数组Matrix3x3Public Methods  MethodDefined By  Matrix3x3() 创建一个 Matrix3x3 实例。 Matrix3x...

来源: laya_api 发布时间: 20170929

264. laya.d3.math.Matrix3x3 [ 56%]

...spublic class Matrix3x3InheritanceMatrix3x3 ObjectImplements laya.d3.core.IClone Matrix3x3 类用于创建3x3矩阵。 Public Properties PropertyDefined By  elements : Float32Array矩阵元素数组Matrix3x3Public Methods  MethodDefined By  Matrix3x3() 创建一个 Matrix3x3 实例。 Matrix3x...

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

265. 循环复制了三次,scence打印出来也只有三个sprite,但是显示了五个 [ 56%]

...sprite,但是显示了五个 for(var i=0;i<3;i++) { var aa=Util.Block.clone(); aa.transform.localPositionX=i; aa.transform.localPositionY=0; console.log("白色方块位置"+aa.transform.localPositionX); console.log(aa.transform.localPositionY); console.log(aa.transform.localPositionZ); GameUI....

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

266. laya.d3.core.particleShuriKen.module.shape.SphereShape [ 56%]

...efined By  SphereShape() 创建一个 SphereShape 实例。 SphereShape clone():* 克隆。 BaseShape  cloneTo(destObject:*):void[override] SphereShape  generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生...

来源: laya_api 发布时间: 20170929

267. laya.d3.core.particleShuriKen.module.shape.SphereShape [ 56%]

...efined By  SphereShape() 创建一个 SphereShape 实例。 SphereShape clone():* 克隆。 BaseShape  cloneTo(destObject:*):void[override] SphereShape  generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生...

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

268. laya.d3.core.particleShuriKen.module.shape.HemisphereShape [ 56%]

...HemisphereShape() 创建一个 HemisphereShape 实例。 HemisphereShape clone():* 克隆。 BaseShape  cloneTo(destObject:*):void[override] HemisphereShape  generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于...

来源: laya_api 发布时间: 20170929

269. laya.d3.core.particleShuriKen.module.shape.HemisphereShape [ 56%]

...HemisphereShape() 创建一个 HemisphereShape 实例。 HemisphereShape clone():* 克隆。 BaseShape  cloneTo(destObject:*):void[override] HemisphereShape  generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于...

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

270. laya.d3.math.Vector3 [ 56%]

...Classpublic class Vector3InheritanceVector3 ObjectImplements laya.d3.core.IClone Vector3 类用于创建三维向量。 Public Properties PropertyDefined By  elements : Float32Array三维向量元素数组Vector3  x : Number 获取X轴坐标。 Vector3  y : Number 获取Y轴坐标。 Vector3...

来源: laya_api 发布时间: 20170929