大约有 1,150 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0044 秒)
Laya3.0_api(314) Laya_社区(291) Laya2.0_api(226) laya_api(174) Laya2.0_文档(113) Laya3.0_文档(29) Laya2.0_示例(3)
...): Emission Defined in laya/d3/core/particleShuriKen/module/Emission.ts:54 创建一个 Emission 实例。 Returns Emission Properties enable enable: boolean Defined in laya/d3/core/particleShuriKen/module/Emission.ts:19 是否启用。 Accessors destroyed get destroyed(): boolean Defined in laya/d3...
来源: Laya3.0_api 发布时间: 20231115
...PostEffect/GaussianDoF" GaussianDoF Class GaussianDoF BloomEffect 类用于创建环境光遮罩效果。 Gaussian DoF 只支持 远景模糊 start: 开始远景模糊的深度 end: 达到最大模糊半径的远景深度 maxRadius: 远景模糊最大半径 Hierarchy PostProcessEffect GaussianDoF In...
来源: Laya3.0_api 发布时间: 20231115
...rollerLayer Class AnimatorControllerLayer AnimatorControllerLayer 类用于创建动画控制器层。 Hierarchy AnimatorControllerLayer Implements IClone Index Constructors constructor Properties blendingMode defaultWeight enable name playOnWake BLENDINGMODE_ADDTIVE BLENDINGMODE_OVERRIDE Accessors ...
来源: Laya3.0_api 发布时间: 20231115
...ngs = Laya.loader.getRes(partPath); const Particle2D = Laya.Particle2D; // 创建 Particle2D 实例 let partIns = new Particle2D(settings); Laya.stage.addChild(partIns); // 开始发射粒子 partIns.emitter.start(); // 播放 partIns.play(); partIns.x = Laya.stage.width / 2; partIns.y = Laya.stage....
来源: Laya2.0_示例 发布时间: 20250221
...r3InheritanceVector3 ObjectImplements laya.d3.core.IClone Vector3 类用于创建三维向量。 Public Properties PropertyDefined By elements : Float32Array三维向量元素数组Vector3 x : Number 获取X轴坐标。 Vector3 y : Number 获取Y轴坐标。 Vector3 z : Number 获取Z...
来源: laya_api 发布时间: 20170929
....8, 1.5)); camera.transform.rotate(new Vector3(-15, 0, 0), true, false); //创建平行光 var directionLight:DirectionLight = scene.addChild(new DirectionLight()) as DirectionLight; directionLight.color = new Vector3(0.6, 0.6, 0.6); //加载精灵 var monkey:Sprite3D = Loader.getRes("res/threeDimen...
来源: Laya2.0_文档 发布时间: 20210714
...ds Show Inherited Public Methods MethodDefined By BlinnPhongMaterial() 创建一个 BlinnPhongMaterial 实例。 BlinnPhongMaterial _addReference(count:int = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMater...
来源: Laya2.0_api 发布时间: 20190513
...ngs = Laya.loader.getRes(partPath); const Particle2D = Laya.Particle2D; // 创建 Particle2D 实例 let partIns = new Particle2D(settings); Laya.stage.addChild(partIns); // 开始发射粒子 partIns.emitter.start(); // 播放 partIns.play(); partIns.x = Laya.stage.width / 2; partIns.y = Laya.stage....
来源: Laya2.0_示例 发布时间: 20250221
...ngs = Laya.loader.getRes(partPath); const Particle2D = Laya.Particle2D; // 创建 Particle2D 实例 let partIns = new Particle2D(settings); Laya.stage.addChild(partIns); // 开始发射粒子 partIns.emitter.start(); // 播放 partIns.play(); partIns.x = Laya.stage.width / 2; partIns.y = Laya.stage....
来源: Laya2.0_示例 发布时间: 20250221
...ore/render/BloomEffect" BloomEffect Class BloomEffect BloomEffect 类用于创建泛光效果。 Hierarchy PostProcessEffect BloomEffect Index Constructors constructor Properties clamp color dirtTexture fastMode Accessors active anamorphicRatio diffusion dirtIntensity intensity softKnee threshold Me...
来源: Laya3.0_api 发布时间: 20231102