大约有 978 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
Laya_社区(516) Laya3.0_api(117) Laya2.0_文档(110) Laya2.0_api(94) laya_api(83) Laya_示例(40) Laya3.0_文档(18)
...。。。 let sprit:Laya.Sprite3D = new Laya.Sprite3D(); sprit.transform.pivot = 2019-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20190605
...I DocumentationAll Packages | All Classes | Index | Frames No Frames TransformCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class TransformCmdInheritanceTransformCmd Object 矩阵命令 Public Properties PropertyDefined By matrix : Matrix 矩阵。 TransformCmd...
来源: Laya2.0_api 发布时间: 20190513
...; //加载到场景 scene.addChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); })); } } 2018-12-27 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Seekers ...
来源: Laya_社区 发布时间: 20181227
...bject层,层级设置无效的问题 ColorFilter滤镜在遮罩下无效 transform.pivot = new Laya.Vector3(0,1,0); 设置pivot无效~~~~~~~~~~~~~ 子域里面排行榜滑动无效,找不到原因。。跪求指导。。。 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限...
来源: Laya_社区 发布时间: 20181122
.../加载到场景 scene.addChild(monkey); //让摄影机指向角色 camera.transform.lookAt(monkey.transform.position,new Laya.Vector3(0,1,0)); //获取动画组件 var ani = monkey.getComponent(Laya.Animator); //播放攻击状态 ani.play("attack"); //等待动画播放完成 Laya.timer.frameLoop(...
来源: Laya2.0_文档 发布时间: 20210715
...加别的组件的情况下只导出一个空白节点吗,只需要用其transform中的position? 2017-10-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 2017-10-18 0 0...
来源: Laya_社区 发布时间: 20171018
...ode shadowNearPlane shadowNormalBias shadowResolution shadowStrength timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt g...
来源: Laya3.0_api 发布时间: 20231115
... Laya.PointLight()) as Laya.PointLight; //设置点光源位置 pointLight.transform.position = new Laya.Vector3(0.4, 0.4, 0.0); //设置点光源的范围 pointLight.range = 6.0; ``` **range** 为设置点光源的范围,相当于点光的照射范围,数值越大,光照范围越大。 图1...
来源: Laya2.0_文档 发布时间: 20210714
...面的scale属性居然是只读的? 难道就无法修改scale了么?transform里面有位移,有旋转。 为何就单单scale设置没有效果? 2017-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复...
来源: Laya_社区 发布时间: 20170824
...hic orthographicVerticalSize parent renderingOrder scene skyRenderer timer transform url Methods _initialize _processActive addAllLayers addChild addChildAt addChildren addComponent addComponentInstance addLayer bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop ...
来源: Laya3.0_api 发布时间: 20231115