大约有 565 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
Laya3.0_api(166) Laya2.0_api(116) laya_api(115) Laya_社区(78) Laya_示例(39) Laya2.0_文档(37) Laya3.0_文档(14)
...创建渐变速度。 Public Properties PropertyDefined By constant : Vector3[read-only] 固定速度。GradientVelocity constantMax : Vector3[read-only] 最大固定速度。GradientVelocity constantMin : Vector3[read-only] 最小固定速度。GradientVelocity gradientX : GradientData...
来源: laya_api 发布时间: 20170929
...创建渐变速度。 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
...增加模拟精度,默认是1.0 / 60.0。PhysicsSimulation gravity : Vector3 获取重力。 PhysicsSimulation maxSubSteps : int = 1物理引擎在一帧中用于补偿减速的最大次数:模拟器每帧允许的最大模拟次数,如果引擎运行缓慢,可能需要增加该次数,...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...撞检测。 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
...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
...项目开发更高效。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
...建关键帧实例。 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
...创建OBB包围盒。 Public Properties PropertyDefined By extents : Vector3每个轴长度的一半OrientedBoundBox transformation : Matrix4x4这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心OrientedBoundBoxPublic Methods MethodDefined By Orient...
来源: Laya2.0_api 发布时间: 20190513