大约有 471 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya_社区(148) Laya3.0_api(88) Laya2.0_api(75) laya_api(69) Laya2.0_文档(43) Laya_示例(37) Laya3.0_文档(9) Laya2.0_示例(2)
...amera.transform.translate(new Laya.Vector3(0, 0.8, 1.5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); //创建平行光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); //加载精灵 var monkey = Laya.Load...
来源: Laya2.0_文档 发布时间: 20210715
...ocalMatrix localPosition localPositionX localPositionY localPositionZ localRotation localRotationEuler localRotationEulerX localRotationEulerY localRotationEulerZ localRotationW localRotationX localRotationY localRotationZ localScale localScaleX localScaleY localScaleZ owner position rotation rotati...
来源: Laya3.0_api 发布时间: 20231115
...amera.transform.translate(new Laya.Vector3(0, 0.7, 1.3)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.addComponent(CameraMoveScript); //聚光灯 var spotLight = scene.addChild(new Laya.SpotLight()); spotLight.color = new Laya.Vector3(1, 1, 0); spotLight.transform.posit...
来源: Laya_示例 发布时间: 20241118
...到他。 在示例代码中已经用到了移动(translate),旋转(rotate)这两种变换,并且用三维向量代表x,y,z的值。两种方法都可以在参数中设置是否为局部空间移动,旋转。 ```typescript //移动摄像机 camera.transform.translate(new Laya.Vector3(0, ...
来源: Laya2.0_文档 发布时间: 20210715
...ansform.translate(new Laya.Vector3(0, 5, 5)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor = Laya.Vector3(255,255,0.1); camera.addComponent(CameraMoveScript); //添加方向光 var directionLight = sc...
来源: Laya_社区 发布时间: 20180427
...到他。 在示例代码中已经用到了移动(translate),旋转(rotate)这两种变换,并且用三维向量代表x,y,z的值。两种方法都可以在参数中设置是否为局部空间移动,旋转。 ```typescript //移动摄像机 camera.transform.translate(new Vector3(0, 3, 3)...
来源: Laya2.0_文档 发布时间: 20210714
...ansform.translate(new Laya.Vector3(0, 5, 5)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor = Laya.Vector3(255,255,0.1); camera.addComponent(CameraMoveScript); //添加方向光 var directionLight = sc...
来源: Laya_社区 发布时间: 20180427
...到他。 在示例代码中已经用到了移动(translate),旋转(rotate)这两种变换,并且用三维向量代表x,y,z的值。两种方法都可以在参数中设置是否为局部空间移动,旋转。 ```typescript //移动摄像机 camera.transform.translate(new Laya.Vector3(0, ...
来源: Laya2.0_文档 发布时间: 20210715
...ra; camera.transform.translate(new Vector3(0, 0.8, 1.5)); camera.transform.rotate(new Vector3(-15, 0, 0), true, false); //创建平行光 var directionLight:DirectionLight = scene.addChild(new DirectionLight()) as DirectionLight; directionLight.color = new Vector3(0.6, 0.6, 0.6); //加载精灵 var ...
来源: Laya2.0_文档 发布时间: 20210714
...t:Node = null, worldPositionStays:Boolean = true, position:Vector3 = null, rotation:Quaternion = null):Sprite3D[static] 创建精灵的克隆实例。 Sprite3D isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):vo...
来源: Laya2.0_api 发布时间: 20190513