大约有 339 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
Laya_社区(124) Laya3.0_api(79) Laya2.0_api(73) Laya2.0_文档(36) laya_api(18) Laya_示例(6) Laya3.0_文档(3)
...取可行走区域模型 var meshSprite3D: Laya.MeshSprite3D = this.scene.getChildByName('Scenes').getChildByName('HeightMap') as Laya.MeshSprite3D; //使可行走区域模型隐藏 meshSprite3D.active = false; var heightMap: Laya.Texture2D = Laya.Loader.getRes("../../res/threeDimen/scene/TerrainSce...
来源: Laya_社区 发布时间: 20180309
... ni.wrapMode=0; ni.play(0,false); var man:Laya.Sprite= this.owner.parent.getChildByName('man') as Laya.Sprite; var cil2:Laya.PolygonCollider=man.getComponent(Laya.PolygonCollider); var rig2:Laya.RigidBody=man.getComponent(Laya.RigidBody); var mou:Laya.MouseJoint=man.getComponent(Laya.MouseJoint); ...
来源: Laya_社区 发布时间: 20190721
...接 提交 1 个回复 kylin 赞同来自: 1) 是否设置了name? 2) getChildByName 仅用来获取子节点 3) 可以通过 _children 来遍历,但这个属性是私有的,谨慎使用 2020-08-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先...
来源: Laya_社区 发布时间: 20200820
...到 module写法的模块无法使用,其他地方使用会报错 使用getChildByName()无法得到子节点对象 关于发布oppo、vivo快游戏,无法生成Rpk问题 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 点击代码编辑模器 就提示无法打开代码...
来源: Laya_社区 发布时间: 20221029
unity 导出scene 子元素的animator 怎么控制? var bianfuyu=scene.getChildByName('bianfuyu') that.ss=fuzhi(bianfuyu); //clone() that.tt=ss.getComponentByIndex(0); // tt = animator tt.playbackRate =5 ; //不会起作用 console.log(tt.currentKeyframeIndex) ...
来源: Laya_社区 发布时间: 20170718
...值,其它组件的引用全是不对的 但是如果通过this.owner.getChildByName("testLb") 这种方式,就是正常的,这能优化下?????? 附件 : --> demo5.zip 2021-10-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20211026
...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
...yaAir里的显示对象添加到matter.js里的物理引擎世界里 使用getChildByName()无法得到子节点对象 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 为什么给Sprite容器添加点击事件没反应 module写法的模块无法使用...
来源: Laya_社区 发布时间: 20221107
... 场景中有个图片sprite,怎么通过代码获取这个图片节点? getChildByName,这个我知道,怎么得到根节点再getChildByName? 2019-09-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为...
来源: Laya_社区 发布时间: 20190917
...addChild(scene) as Scene3D; camera = scene.getChildByName("Main Camera") as Camera; Laya.stage.on(Event.MOUSE_DOWN, this, onMouseDown); trace(camera); })) } ...
来源: Laya_社区 发布时间: 20190328