大约有 25 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...Ts脚本编写导入ls文件 问题导入后场景显示,但是用scene.getChildByName去抓对象却是空的,然后调试查看Scene下子集都是0 代码流程如下: var scene = Laya.Scene.load("res/LayaMain/main.ls") Laya.stage.addChild(scene); var camera: Laya.Camera = (scene.getChildBy...
来源: Laya_社区 发布时间: 20180118
...unity中导出的Main Camera, 但是在laya中加载场景后通过scene.getChildByName获取里面的Main Camera后对齐进行清楚标记的操作时会报错,图下面截图所示,但如果用laya新建的相机又可以正常的使用,请问是否是因为使用了unity的camera所导...
来源: Laya_社区 发布时间: 20220907
...(); Laya.stage.addChild(this._scene); var camera:Laya.Camera = this._scene.getChildByName("Main Camera") as Laya.Camera; camera.addComponent(CameraMoveScript); var tiger:Laya.Sprite3D = this._scene.getChildByName("tiger_idle") as Laya.Sprite3D; console.log(tiger); var animator:La...
来源: Laya_社区 发布时间: 20180317
...lse, "fieldOfView":60, "nearPlane":0.3, "farPlane":90 }, var camera= scene.getChildByName("AutoCamera"); console.log(camera); 2017-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 zyf598125795 赞同来自: ca...
来源: Laya_社区 发布时间: 20170926
...(scene); //添加方向光 var directionlight: Laya.DirectionLight = scene.getChildByName( "Directional Light" ) as Laya.DirectionLight; this.directionlight = directionlight; //加入子層人物腳色到舞台 var littleGirl: Laya.Sprite3D = scene.getChildByName( "Girl" ) as Laya.Sprite3D; scene.ad...
来源: Laya_社区 发布时间: 20200917
..."LayaScene_Main/Main.ls"); Laya.stage.addChild(scene); camera = Laya.stage.getChildByName("Main Camera") as Camera; ....... camera.viewportPointToRay(point, ray); 提示错误:Cannot read property 'viewportPointToRay' of null" 附件 : --> H5Dev.rar 2018-04-15 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20180415
...:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点的名字,获取子节点对象。 Node getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。 Node getComponentByIndex(index:int):Component3...
来源: laya_api 发布时间: 20170929
...ographicCoord destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf normalizedViewportPointToRay off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once recoverRenderCo...
来源: Laya3.0_api 发布时间: 20231115
...存和内存就会显示成负数 创建动效模板 可能存在bug 使用getChildByName()无法得到子节点对象 问题状态 最新活动: 2020-01-11 21:48 浏览: 1528 关注: 5 人
来源: Laya_社区 发布时间: 20191102
...ographicCoord destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf normalizedViewportPointToRay off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once recoverRenderCo...
来源: Laya3.0_api 发布时间: 20231115