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

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

441. 为什么我获取不到鼠标滚轮的delta值,我查看laya.events.Event 里面没有这个属性 [ 66%]

...w Laya.Camera()) as Laya.Camera; this.camera.transform.position = new Laya.Vector3(0, 0, 5); this.camera.transform.rotate(new Laya.Vector3(0, 0, 0), true, false); Laya.stage.on(Event.MOUSE_WHEEL,this,this.onMouseWheel); } private onMouseWheel(e:Event):void { e. //没有delta 属性 } } } new laya.In...

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

442. laya.d3.core.particleshuriken.module.TextureSheetAnimation_API3.0 [ 66%]

...le/TextureSheetAnimation.ts:22 行索引,type为1时有效。 tiles tiles: Vector2 Defined in laya/d3/core/particleShuriKen/module/TextureSheetAnimation.ts:16 纹理平铺。 type type: number = 0 Defined in laya/d3/core/particleShuriKen/module/TextureSheetAnimation.ts:18 类型,0为whole sheet、1...

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

443. StaticModel_MeshSample例子运行不起来 [ 66%]

...1, 100)) as Laya.Camera;         camera.transform.translate(new Laya.Vector3(0, 0.8, 1.5));         camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false);         var mesh = scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/staticModel/sphere/sph...

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

444. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 66%]

...整数的网格索引 */ private getGridIndex(x: number, z: number, out: Vector2) { var minX = this.terrainSprite.minX; var minZ = this.terrainSprite.minZ; var cellX = this.terrainSprite.width / this.aStarMap.width; var cellZ = this.terrainSprite.depth / this.aStarMap.height; var gridX = Math.floor(...

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

445. 自定义shader-地形shader [ 66%]

....addChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.rotate(new Laya.Vector3(-38, 180, 0), false, false); camera.transform.translate(new Laya.Vector3(-5, 20, -30), false); camera.addComponent(CameraMoveScript); scene.once(Laya.Event.HIERARCHY_LOADED, this, function () { setCustomMaterial(scene...

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

446. laya.d3.core.light.DirectionLightCom_API3.0 [ 66%]

...number Returns void shadowFourCascadeSplits get shadowFourCascadeSplits(): Vector3 set shadowFourCascadeSplits(value: Vector3): void Defined in laya/d3/core/light/DirectionLightCom.ts:45 四级级联阴影分割比例,X、Y、Z依次为其分割比例,Z必须大于Y,Y必须大于X。 Returns Vector3...

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

447. localRotationEulerY旋转位置错误 [ 66%]

...0)) as Laya.Camera;         camera.transform.translate(new Laya.Vector3(0, 6, 9.5));         camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false);          //方向光         var directionLight = new Laya.DirectionLight();         ...

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

448. laya.d3.utils.Physics3DUtils_API3.0 [ 66%]

...laya/d3/utils/Physics3DUtils.ts:12 静态碰撞组 Static gravity gravity: Vector3 = new Vector3(0, -9.81, 0) Defined in laya/d3/utils/Physics3DUtils.ts:45 重力值。 Methods Static getIColliderCollision getIColliderCollision(collider1: PhysicsComponent, collider2: PhysicsComponent): boolean Defin...

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

449. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 66%]

...型 装饰器属性标识的类型支持引擎对象类型(例如:Laya.Vector3、Laya.Sprite3D、Laya.Camera等)、自定义的对象类型(需要标记@regClass())、以及TS语言的基本类型。 3.2.5.1 引擎对象类型 引擎对象类型的理解比较简单,暴露组件属性...

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

450. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 66%]

...x Constructors constructor Properties _extra _isScene _scene _url name TEMPVECTOR3 defaultTextureHDRDecodeValues Accessors active activeInHierarchy boundsMax boundsMin boxProjection components destroyed displayedInStage hideFlags id importance intensity is3D layer numChildren parent probePosition re...

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