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

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

501. laya加载unity插件导出的场景 physics3D is not a function [ 57%]

...dChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); })); } } 2018-12-27 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Seekers GameUI 里面 把初始化...

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

502. laya.d3.component.volume.batchvolume.StatiVertexMergeBatchRender_API3.0 [ 57%]

... value: number Returns void lightmapScaleOffset get lightmapScaleOffset(): Vector4 set lightmapScaleOffset(value: Vector4): void Inherited from PixelLineRenderer.lightmapScaleOffset Defined in laya/d3/core/render/BaseRender.ts:269 光照贴图的缩放和偏移。 Returns Vector4 Inherited from Pixe...

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

503. laya.d3.core.trail.TrailSprite3D [ 57%]

...象数量。 Node parent : Node[read-only] 父节点。Node pickColor : Vector4RenderableSprite3D PICKCOLOR : int[static] 拾取颜色。RenderableSprite3D SAHDERDEFINE_LIGHTMAP : int[static] 精灵级着色器宏定义,光照贴图。RenderableSprite3D scene : *[read-only] 获得所属场景...

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

504. 多光源渲染(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 56%]

....addComponent(CameraMoveScript); camera.transform.localPosition = new Laya.Vector3(8.937199060699333, 61.364798067809126, -66.77836086472654); //将灯光移动脚本添加到摄像机上 var moveScript = camera.addComponent(LightMoveScript); //获取操作的灯光数组 var moverLights = moveScrip...

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

505. 多光源渲染(JavaScript-3D基础(JS)-LayaAir3D之灯光) [ 56%]

....addComponent(CameraMoveScript); camera.transform.localPosition = new Laya.Vector3(8.937199060699333, 61.364798067809126, -66.77836086472654); //将灯光移动脚本添加到摄像机上 var moveScript = camera.addComponent(LightMoveScript); //获取操作的灯光数组 var moverLights = moveScrip...

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

506. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 56%]

...理四元数 Returns Quaternion getPhysicsPosition getPhysicsPosition(): Vector3 Inherited from PhysicsTriggerComponent.getPhysicsPosition Defined in laya/d3/physics/PhysicsComponent.ts:432 获得物理位置 Returns Vector3 返回位置 hasHideFlag hasHideFlag(flag: number): boolean Inherited from ...

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

507. laya.d3.core.SkinnedMeshSprite3D [ 55%]

...象数量。 Node parent : Node[read-only] 父节点。Node pickColor : Vector4RenderableSprite3D PICKCOLOR : int[static] 拾取颜色。RenderableSprite3D SAHDERDEFINE_LIGHTMAP : int[static] 精灵级着色器宏定义,光照贴图。RenderableSprite3D scene : *[read-only] 获得所属场景...

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

508. laya.d3.physics.PhysicsCollider_API3.0 [ 55%]

...理四元数 Returns Quaternion getPhysicsPosition getPhysicsPosition(): Vector3 Inherited from PhysicsTriggerComponent.getPhysicsPosition Defined in laya/d3/physics/PhysicsComponent.ts:432 获得物理位置 Returns Vector3 返回位置 hasHideFlag hasHideFlag(flag: number): boolean Inherited from ...

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

509. 物理射线检测(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 55%]

...否检测所有物体,也就是是否穿透物体。这种方法的`out:Vector.` — 碰撞结果[数组元素会被回收]。 下面我们先来展示A类`raycastFromTo`,`raycastAllFromTo`的使用,这段代码源自于官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?languag...

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

510. 多光源渲染(ActionScript-3D基础(AS3)-LayaAir3D之灯光) [ 55%]

...amera.addComponent(CameraMoveScript); camera.transform.localPosition = new Vector3(8.937199060699333, 61.364798067809126, -66.77836086472654); //将灯光移动脚本添加到摄像机上 var moveScript: LightMoveScript = camera.addComponent(LightMoveScript) as LightMoveScript; //获取操作的灯...

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