大约有 65 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0031 秒)
Vector3坐标问题 Vector3.ZERO 为什么会 有变化呢?这个坐标 不应该就是 一个 new Vector3(0,0,0)么? 2018-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 能否...
来源: Laya_社区 发布时间: 20180502
... var Events = Matter.Events; var Grid = Matter.Grid; var Vector = Matter.Vector; var Body = Matter.Body; var Bodies = Matter.Bodies; var World = Matter.World; var Constraint = Matter.Constraint; var Mouse = Matter.Mouse; var mouseConst...
来源: Laya_社区 发布时间: 20180323
...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vecto...
来源: Laya_示例 发布时间: 20241124
...dChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.translate(new Laya.Vector3(0, 0.85, 1.7)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.addComponent(CameraMoveScript); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya...
来源: Laya_示例 发布时间: 20241124
...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vecto...
来源: Laya_示例 发布时间: 20241124
...name : String 名字。 ResourceManager sortedResourceManagersByName : Vector.<ResourceManager>[static] [read-only] 排序后的资源管理器列表。 ResourceManager systemResourceManager : ResourceManager[static] [read-only] 系统资源管理器。 ResourceManagerPublic Methods Me...
来源: laya_api 发布时间: 20170422
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector4Properties | Methods Packagelaya.d3.mathClasspublic class Vector4InheritanceVector4 ObjectImplements laya.d3.core.IClone Vector4 类用于创建四维向量。 Public Properties PropertyDefined By elements : *四...
来源: laya_api 发布时间: 20170929
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector4Properties | Methods Packagelaya.d3.mathClasspublic class Vector4InheritanceVector4 ObjectImplements laya.d3.core.IClone Vector4 类用于创建四维向量。 Public Properties PropertyDefined By ONE : Vector4[s...
来源: Laya2.0_api 发布时间: 20190513
...t laya.d3.core.scene.Scene; import laya.d3.math.RandX; import laya.d3.math.Vector3; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BoxMesh; import laya.d3.resource.models.QuadMesh; import laya.d3.resource.models.SkyBox; import laya.display.Stag...
来源: Laya_社区 发布时间: 20170331
...MethodDefined By BoundsOctree(initialWorldSize:Number, initialWorldPos:Vector3, minNodeSize:Number, looseness:Number) 创建一个 BoundsOctree 实例。 BoundsOctree add(object:IOctreeObject):void 添加物体 BoundsOctree addMotionObject(object:IOctreeObject):void 添加运动物体。 Bo...
来源: Laya2.0_api 发布时间: 20190513