大约有 150 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
Laya_示例(39) Laya_社区(32) Laya3.0_api(27) Laya2.0_api(25) laya_api(18) Laya2.0_文档(8) Laya3.0_文档(1)
...dex | Frames No Frames Vector2Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector2InheritanceVector2 ObjectImplements laya.d3.core.IClone Vector2 类用于创建二维向量。 Public Properties PropertyDefined By x : NumberX轴坐标Vector2 y : NumberY轴坐标V...
来源: Laya2.0_api 发布时间: 20190513
...s | Index | Frames No Frames BoundFrustumProperties | Methods Packagelaya.d3.mathClasspublic class BoundFrustumInheritanceBoundFrustum Object BoundFrustum 类用于创建锥截体。 Public Properties PropertyDefined By bottom : Plane[read-only] 获取底平面。 BoundFrustum far : Pla...
来源: laya_api 发布时间: 20170929
...s | Index | Frames No Frames BoundFrustumProperties | Methods Packagelaya.d3.mathClasspublic class BoundFrustumInheritanceBoundFrustum Object BoundFrustum 类用于创建锥截体。 Public Properties PropertyDefined By bottom : Plane[read-only] 获取底平面。 BoundFrustum far : Pla...
来源: Laya2.0_api 发布时间: 20190513
...blic function _initialize(owner:Sprite3D):void { super._initialize(owner); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); Laya.stage.on(Event.MOUSE_OUT, this, mouseOut); var camera:BaseCamera = owner.scene.currentCamera; 没有了 -- currentCamera 201...
来源: Laya_社区 发布时间: 20170218
# LayaAir3D基础数学工具 说完了坐标系,下面在介绍下在3D中一些常用的数学工具。(本篇提到的示例为快速开始篇的示例项目) **向量** **Vector2**二维向量 , **Vector3** 三维向量, **Vector4 **四维向量,这几个向量在LayaAir 3D引擎...
来源: Laya2.0_文档 发布时间: 20210714
# LayaAir3D基础数学工具 说完了坐标系,下面在介绍下在3D中一些常用的数学工具。(本篇提到的示例为快速开始篇的示例项目) **向量** **Vector2**二维向量 , **Vector3** 三维向量, **Vector4 **四维向量,这几个向量在LayaAir 3D引擎...
来源: Laya2.0_文档 发布时间: 20210715
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya_示例 发布时间: 20241117
# LayaAir3D基础数学工具 说完了坐标系,下面在介绍下在3D中一些常用的数学工具。(本篇提到的示例为快速开始篇的示例项目) **向量** **Vector2**二维向量 , **Vector3** 三维向量, **Vector4 **四维向量,这几个向量在LayaAir 3D引擎...
来源: Laya2.0_文档 发布时间: 20210715
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya_示例 发布时间: 20241117
... (Collision.sphereContainsBox(this.boundSphere,meshCollider._boundBox)!==/*laya.d3.math.ContainmentType.Disjoint*/0){ var positions=meshCollider.mesh._positions; for (var i=0,n=positions.length;i < n;i++){ if (Collision.sphereContainsPoint(this.boundSphere,positions[i])===/*laya.d3.math.Containme...
来源: Laya_社区 发布时间: 20181114