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

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

461. laya.d3.physics.shape.CompoundColliderShape [ 72%]

...eCompoundColliderShape ColliderShape Object CompoundColliderShape 用于创建盒子形状碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By localOffset : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quater...

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

462. laya.d3.core.particleShuriKen.module.shape.HemisphereShape [ 72%]

...eShapeInheritanceHemisphereShape BaseShape Object HemisphereShape 用于创建半球形粒子形状。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  emitFromShell : Boolean从外壳发射。HemisphereShape enable : Boolean是否启用...

来源: laya_api 发布时间: 20170929

463. laya.d3.core.particleShuriKen.module.shape.HemisphereShape [ 72%]

...eShapeInheritanceHemisphereShape BaseShape Object HemisphereShape 用于创建半球形粒子形状。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  emitFromShell : Boolean从外壳发射。HemisphereShape enable : Boolean是否启用...

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

464. .lh在同一个Scene上无法生成多个吗?使用中发现每次只会生成一个 [ 72%]

...如何获得场景内的元素 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 如何获取一个3D模型的长宽高? 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 怎么实现同一个工程内分包? 我刚开始使用layabox,发布了一个h5...

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

465. laya.d3.animation.AnimationClip [ 72%]

...循环。AnimationClipPublic Methods  MethodDefined By  AnimationClip() 创建一个 AnimationClip 实例。 AnimationClip  load(url:String):AnimationClip[static] 加载动画模板。 AnimationClip  onAsynLoaded(url:String, data:*, params:Array):void[override] private AnimationClipProtected ...

来源: laya_api 发布时间: 20170929

466. laya.d3.core.particleShuriKen.module.SizeOverLifetime [ 72%]

...mePublic Methods  MethodDefined By  SizeOverLifetime(size:GradientSize) 创建一个 SizeOverLifetime 实例。 SizeOverLifetime  clone():* 克隆。 SizeOverLifetime  cloneTo(destObject:*):void 克隆。 SizeOverLifetimeProperty Detailenbalepropertypublic var enbale:Boolean是否启用sizepr...

来源: laya_api 发布时间: 20170929

467. laya.d3.core.particleShuriKen.module.SizeOverLifetime [ 72%]

...mePublic Methods  MethodDefined By  SizeOverLifetime(size:GradientSize) 创建一个 SizeOverLifetime 实例。 SizeOverLifetime  clone():* 克隆。 SizeOverLifetime  cloneTo(destObject:*):void 克隆。 SizeOverLifetimeProperty Detailenbalepropertypublic var enbale:Boolean是否启用sizepr...

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

468. 材质的功能介绍(TypeScript-3D基础(TS)-LayaAir3D之Material材质) [ 72%]

...其他模型使用,这里我们就是将上面拿到的材质添加给新创建的球: > ```typescript //代码创建一个球体 var sphere2 = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(0.5))) as Laya.MeshSprite3D; //将创建的球放置在导出球的同一点 this.s...

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

469. laya.d3.physics.constraints.ConstraintComponent [ 72%]

...heritanceConstraintComponent Component Object ConstraintComponent 用于创建约束的父。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  appliedImpulse : Number[read-only] 获取应用的冲力。 ConstraintComponent  breakingIm...

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

470. 网络通信 · LayaAir3文档 · LAYABOX [ 72%]

...个简单的例子来看下用法: class LayaSample { constructor() { //创建HttpRequest对象 let http: Laya.HttpRequest = new Laya.HttpRequest(); //设置超时时间 http.http.timeout = 10000; //发送了一个简单的请求 http.send("resources/data.txt", "", "get", "text");//需要在resour...

来源: Laya3.0_文档 发布时间: 20250104