大约有 332 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0090 秒)
Laya_社区(194) Laya2.0_文档(67) Laya_示例(44) Laya3.0_api(15) Laya3.0_文档(10) laya_api(1) Laya2.0_api(1)
...void Defined in laya/maths/Quaternion.ts:515 计算观察四元数(适用Camera 灯光) Parameters eye: Vector3 观察者位置 target: Vector3 目标位置 up: Vector3 上向量 out: Quaternion 输出四元数 Returns void Static multiply multiply(left: Quaternion, right: Quaternion, out: Quate...
来源: Laya3.0_api 发布时间: 20231115
...id Defined in laya/d3/math/Quaternion.ts:515 计算观察四元数(适用Camera 灯光) Parameters eye: Vector3 观察者位置 target: Vector3 目标位置 up: Vector3 上向量 out: Quaternion 输出四元数 Returns void Static multiply multiply(left: Quaternion, right: Quaternion, out: Quate...
来源: Laya3.0_api 发布时间: 20231102
...point.y = Laya.stage.mouseY; //计算一个从屏幕空间生成的射线 _camera.viewportPointToRay(point, ray); /* ……省略若干代码 */ 4.3 使用物理射线 在LayaAir 3D中实现射线检测是使用物理模拟器类PhysicsSimulation。 射线检测的方法有4个,分别为射线检...
来源: Laya3.0_文档 发布时间: 20241014
...型支持引擎对象类型(例如:Laya.Vector3、Laya.Sprite3D、Laya.Camera等)、自定义的对象类型(需要标记@regClass())、以及TS语言的基本类型。 3.2.5.1 引擎对象类型 引擎对象类型的理解比较简单,暴露组件属性之后,直接传入对应类...
来源: Laya3.0_文档 发布时间: 20241014
...ambientMode ambientSH anchorX anchorY blendMode cacheAs components cullInfoCamera cullPass customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize enableFog filters fogColor fogDensity fogEnd fogMode fogRange fogStart globalRotation globalScaleX globalScaleY graphic...
来源: Laya3.0_api 发布时间: 20231115
...如下图所示。 ![img](img/3.3-2-1.png) > 场景中需要至少有一个Camera,调整好角度位置,在符合LayaAir引擎插件使用规范的情况下,基于LayaAir引擎的预览运行效果将会与Unity运行结果一致,如果不一样,需要检查是否使用了引擎不支持...
来源: Laya2.0_文档 发布时间: 20210714
...项目代码里强制HDR效果。示例代码如下: ```typescript this.camera = new Laya.Camera(0, 0.1, 100); this.camera.enableHDR = false; //关闭HDR ``` 关闭HDR后,抗锯齿生效对比效果如图9-2所示。 ![10-2](img/10-2.png) (图10-2) #### 2.4 抗锯齿有效,为什么还有锯...
来源: Laya2.0_文档 发布时间: 20210715
...ected All Inherited Externals Only exported Menu Globals "laya/d3/core/BaseCamera" BaseCamera Class BaseCamera BaseCamera 类用于创建摄像机的父类。 Hierarchy Sprite3D BaseCamera Camera Index Constructors constructor Properties _extra _forward _scene _up _url name tag useOcclusionCulling R...
来源: Laya3.0_api 发布时间: 20231115
...同cacheAs的normal模式。建议优先使用cacheAs代替。 Sprite CAMERA : int = 4[static] Video currentSrc : String[read-only] 获取当前播放源路径。 Video currentTime : Number 设置和获取当前播放头位置。 Video customRenderEnable : Boolean[write-only] 设置是否...
来源: laya_api 发布时间: 20170929
...优点:没有额外内存开销,无需renderTarget支持。 Sprite CAMERA : int = 4[static] Video currentSrc : String[read-only] 获取当前播放源路径。 Video currentTime : Number 设置和获取当前播放头位置。 Video customRenderEnable : Boolean[write-only] 设置是否...
来源: Laya2.0_api 发布时间: 20190513