大约有 321 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0040 秒)
Laya_社区(195) Laya3.0_api(79) Laya2.0_文档(32) Laya_示例(7) Laya3.0_文档(3) laya_api(2) Laya2.0_api(2) Laya2.0_示例(1)
...oElement.load('res/video/mov_bbb.mp4'); // 添加到舞台 let wrap = this.getChildByName('wrap') as Laya.Box; wrap.addChild(videoElement); // 监听点击事件,开始播放视频 let btn_start = this.getChildByName('btn_start') as Laya.Image; btn_start.on(Laya.Event.CLICK,this,()=>{ // 加载...
来源: Laya_社区 发布时间: 20200722
如何获取unity导出的摄像机 var camera = scene.getChildByName("Main Camera");获取不到摄像机 附件 : --> 2018-08-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 你场...
来源: Laya_社区 发布时间: 20180807
...题请先登录 发起人 古意 相关问题 ios原生回调问题 使用getChildByName()无法得到子节点对象 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑动,又开始上下滑动了 Layabox环境不支持 原生 js的 websocket 改造原生调用 调用...
来源: Laya_社区 发布时间: 20190316
...od stub var cell:Box=my_list.getCell(index) as Box; var my_btn:Button=cell.getChildByName("my_btn") as Button; var my_clip:Clip=cell.getChildByName("my_clip") as Clip; my_btn.on(Event.CLICK,this,onBtnClick,["my_btn"]); my_clip.on(Event.CLICK,this,onClipClick,["my_clip"]); } private function onBtnCli...
来源: Laya_社区 发布时间: 20161030
...dler.create(this, onComplete)); function onComplete() { setMaterials(scene.getChildByName("scene")); layaPlane.transform.localPosition = new Laya.Vector3(0, 0.5, -1); Laya.loader.load(["../../res/threeDimen/ui/button.png"], Laya.Handler.create(null, function () { var changeActionButton = Laya.stage....
来源: Laya_示例 发布时间: 20241124
...x: Laya.Box) { let model = box.dataSource; let panel = box.getChildByName('panel') as Laya.Panel; let img = panel.getChildByName('img') as Laya.Image; img.skin = model; let reset = function () { let source = img.source; if (so...
来源: Laya_社区 发布时间: 20180514
报错了没搞懂 this.getchildByName is not a function 附件 : --> 2017-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ymsdandan 赞同来自: getchildbyname只能通过他的父节点来获取 2017-11-2...
来源: Laya_社区 发布时间: 20171127
...UG备忘录】关于Tween动画无法正常作用问题-解决办法 使用getChildByName()无法得到子节点对象 3D模型无法修改scale? laya3D动画无法播放 Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! 问题状态 最新活动: 2018-05...
来源: Laya_社区 发布时间: 20180508
...版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 使用getChildByName()无法得到子节点对象 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 关于发布oppo、vivo快游戏,无法生成Rpk问题 问题状态 最新活动:...
来源: Laya_社区 发布时间: 20180309
...er.parent as Laya.Scene3D; this._text = this._scene.parent.getChildByName("ceshi") as Laya.Text; this._camera = this._scene.getChildByName("camera") as Laya.Camera; } onUpdate(){ var touchCount = this._scene.input.touchCount(); if (1 === touchCount){ ...
来源: Laya_社区 发布时间: 20190531