大约有 720 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya_社区(328) Laya3.0_api(99) Laya2.0_api(82) laya_api(76) Laya2.0_文档(63) Laya_示例(46) Laya3.0_文档(14) Laya2.0_示例(12)
...); camera.transform.translate(new Laya.Vector3(0, 3, 5)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); var directionLight = new Laya.DirectionLight(); this.scene.addChild(directionLight); //设置灯光方向 var mat = directionLight.transform.worldMatrix; mat.setForward(new L...
来源: Laya_社区 发布时间: 20191209
...eObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild) LayaExport...
来源: Laya_社区 发布时间: 20180319
...相对旋转,相对位移,以及缩放。 this.pangzi.transform.localRotation = this._rotation; this.pangzi.transform.localPosition = this._position; this.pangzi.transform.localScale = this._scale; ``` 点击事件中的部分挂点的移除代码: ```typescript //将role从龙2的节点上移...
来源: Laya2.0_文档 发布时间: 20210715
...相对旋转,相对位移,以及缩放。 this.pangzi.transform.localRotation = this._rotation; this.pangzi.transform.localPosition = this._position; this.pangzi.transform.localScale = this._scale; ``` 点击事件中的部分挂点的移除代码: ```typescript //将role从龙2的节点上移...
来源: Laya2.0_文档 发布时间: 20210714
...Random Between two Constant* 随机在最大最小数中取常数 8. `StartRotation` 开始旋转 1. *Constant* 常数 9. `3DRotaion` 3D 旋转参数 1. *Constant* 常数 2. *Random Between two Constant* 随机在最大最小数中取常数 10. `RandomizeRotation` 随机旋转的概率 11. `StartCol...
来源: Laya2.0_文档 发布时间: 20210715
...Random Between two Constant* 随机在最大最小数中取常数 8. `StartRotation` 开始旋转 1. *Constant* 常数 9. `3DRotaion` 3D 旋转参数 1. *Constant* 常数 2. *Random Between two Constant* 随机在最大最小数中取常数 10. `RandomizeRotation` 随机旋转的概率 11. `StartCol...
来源: Laya2.0_文档 发布时间: 20210714
...Random Between two Constant* 随机在最大最小数中取常数 8. `StartRotation` 开始旋转 1. *Constant* 常数 9. `3DRotaion` 3D 旋转参数 1. *Constant* 常数 2. *Random Between two Constant* 随机在最大最小数中取常数 10. `RandomizeRotation` 随机旋转的概率 11. `StartCol...
来源: Laya2.0_文档 发布时间: 20210715
...子的相对旋转,相对位移,以及缩放。 pangzi.transform.localRotation = _rotation; pangzi.transform.localPosition = _position; pangzi.transform.localScale = _scale; ``` 点击事件中的部分挂点的移除代码: ```typescript //将role从龙2的节点上移除 dragonAnimator2.unLi...
来源: Laya2.0_文档 发布时间: 20210714
...tion=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); } } new LayaAir3D(); 2017-10-17 0 0 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 麻烦上传一下你的资源源文件,我们看下! 2017-10-17 0 ...
来源: Laya_社区 发布时间: 20171017
...te3D(new Laya.BoxMesh(0.1, 0.1, 0.1))) as Laya.MeshSprite3D; box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material: Laya.StandardMaterial = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("res/layabox.png"); box.meshRender.material = material; var la...
来源: Laya_社区 发布时间: 20180312