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

大约有 565 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)

131. laya.d3.core.particleShuriKen.module.GradientVelocity [ 90%]

...创建渐变速度。 Public Properties PropertyDefined By  constant : Vector3[read-only] 固定速度。GradientVelocity  constantMax : Vector3[read-only] 最大固定速度。GradientVelocity  constantMin : Vector3[read-only] 最小固定速度。GradientVelocity  gradientX : GradientData...

来源: laya_api 发布时间: 20170929

132. laya.d3.core.particleShuriKen.module.GradientVelocity [ 90%]

...创建渐变速度。 Public Properties PropertyDefined By  constant : Vector3[read-only] 固定速度。GradientVelocity  constantMax : Vector3[read-only] 最大固定速度。GradientVelocity  constantMin : Vector3[read-only] 最小固定速度。GradientVelocity  gradientX : GradientData...

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

133. laya.d3.physics.PhysicsSimulation [ 90%]

...增加模拟精度,默认是1.0 / 60.0。PhysicsSimulation  gravity : Vector3 获取重力。 PhysicsSimulation  maxSubSteps : int = 1物理引擎在一帧中用于补偿减速的最大次数:模拟器每帧允许的最大模拟次数,如果引擎运行缓慢,可能需要增加该次数,...

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

134. 粒子系统-燃烧大地 [ 89%]

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 4)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); var particleSprite3D = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/particle/ETF_Burning_Ground.lh"));class Particle_BurningGro...

来源: Laya_示例 发布时间: 20241118

135. 粒子系统-永恒之光 [ 89%]

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 4)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); var particleSprite3D = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/particle/ETF_Eternal_Light.lh"));class Particle_EternalLigh...

来源: Laya_示例 发布时间: 20241118

136. laya.d3.physics.PhysicsSimulation_API3.0 [ 89%]

...撞检测。 Parameters value: boolean Returns void gravity get gravity(): Vector3 set gravity(value: Vector3): void Defined in laya/d3/physics/PhysicsSimulation.ts:176 获取重力。 Returns Vector3 Defined in laya/d3/physics/PhysicsSimulation.ts:182 获取重力。 Parameters value: Vector3 Retur...

来源: Laya3.0_api 发布时间: 20231115

137. laya.d3.math.Vector3_API3.0 [ 89%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector3" Vector3 Class Vector3 Vector3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors constructor Properties x y z ForwardLH ForwardRH NegativeUnitX ONE UnitX UnitY UnitZ Up ZERO Methods...

来源: Laya3.0_api 发布时间: 20231102

138. 材质-BlinnPhong材质加载 [ 89%]

...项目开发更高效。Laya3D.init(0, 0, true); this.rotation = new Laya.Vector3(0, 0.01, 0); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camer...

来源: Laya_示例 发布时间: 20241118

139. laya.d3.core.Keyframe_API3.0 [ 89%]

...建关键帧实例。 Hierarchy Keyframe FloatKeyframe QuaternionKeyframe Vector3Keyframe Vector2Keyframe Vector4Keyframe Implements IClone Index Constructors constructor Properties time defaultWeight Methods clone cloneTo Constructors constructor new Keyframe(): Keyframe Defined in laya/d3/core/Key...

来源: Laya3.0_api 发布时间: 20231115

140. laya.d3.math.OrientedBoundBox [ 89%]

...创建OBB包围盒。 Public Properties PropertyDefined By  extents : Vector3每个轴长度的一半OrientedBoundBox  transformation : Matrix4x4这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心OrientedBoundBoxPublic Methods  MethodDefined By  Orient...

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