大约有 726 项符合查询结果, 库内数据总量为 30,897 项。 (搜索耗时: 0.0043 秒)
Laya_社区(330) Laya3.0_api(99) Laya2.0_api(82) laya_api(76) Laya2.0_文档(63) Laya_示例(46) Laya3.0_文档(18) Laya2.0_示例(12)
...ationVector identity invert isIdentity normalize setForward setPosition setRotation setTranslationVector transpose billboard createAffineTransformation createFromQuaternion createLookAt createOrthoOffCenter createPerspective createPerspectiveOffCenter createRotationAxis createRotationQuaternion crea...
来源: Laya3.0_api 发布时间: 20231115
...m.translate(new Laya.Vector3(0,0.8,1.5)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); // var camera:Laya.Camera = this.scene.addChild(new Laya.Camera(0, 0.1, 100)) as Laya.Camera; // camera.transform.translate(new Laya.Vector3(0, 0.5, 1)); /...
来源: Laya_社区 发布时间: 20190531
... camera.transform.translate(new Laya.Vector3(0, 0.5, 1)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh"));class Sprite3DLoad { constructor() { Laya3D.init(0, 0, true); L...
来源: Laya_示例 发布时间: 20250219
...间-动画效果-回调 Laya.Tween.to(this.famlilyMune,{rotation:0},500,Laya.Ease.backOut,null); }else{ Laya.Tween.to(this.famlilyMune,{rotation:-100},500,Laya.Ease.backOut,null); } //重置状态 this.famlilyMune.is...
来源: Laya_社区 发布时间: 20170301
...nvert isIdentity normalize setElementByRowColumn setForward setPosition setRotation setTranslationVector transpose billboard createAffineTransformation createFromQuaternion createLookAt createOrthoOffCenter createPerspective createPerspectiveOffCenter createRotationAxis createRotationQuaternion crea...
来源: Laya3.0_api 发布时间: 20231102
...mera.transform.translate(new Laya.Vector3(0, 2, 5)); this.camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); this.camera.clearColor = null; //方向光 var directionLight: Laya.DirectionLight = scene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; directionLight.color =...
来源: Laya_社区 发布时间: 20180820
...就发生错误。 // this.owner.transform.localRotationEulerX=this.hitResult1.collider.owner.transform.localRotationEulerX; // this.rotation=this.owner.transform.localRotationEuler; // }else if(this.hitResult1.collider.ow...
来源: Laya_社区 发布时间: 20200222
...知道,微信小游戏AudioContext为啥获取不到值 粒子3D Start Rotation问题 粒子特效的3D Start Rotation 在laya是不是用不了啊,导出来的结果和Unity设的不一样,然后laya和Unity里看的特效就不一样啊 问题状态 最新活动: 2018-04-24 10:28 浏览: 203...
来源: Laya_社区 发布时间: 20180420
...是基于欧拉角四元数进行旋转的 scene.currentCamera.transform.rotation,去查下这个API! 或者去查看下照相机移动的脚本CameraMoveScript 2016-09-22 1 0 分享 微博 QZONE 微信 SONIC3D 赞同来自: // 按角度制,绕相机local坐标系的Y轴,每帧转1度 // camer...
来源: Laya_社区 发布时间: 20160914
... camera.transform.translate(new Laya.Vector3(0, 0.5, 1)); camera.transform.rotate(new Laya.Vector3(-10, 0, 0), true, false); camera.addComponent(CameraMoveScript); var renderTargetCamera = scene.addChild(new Laya.Camera(0, 0.1, 1000)); renderTargetCamera.transform.translate(new Laya.Vector3(0, 0.5, ...
来源: Laya_示例 发布时间: 20250219