• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 315 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0044 秒)

211. 分享:IDE使用SWF动画的销毁与反复创建 [ 54%]

...          testView.mc.play(0,true);             Laya.stage.addChild(testView);             Laya.timer.once(2000,this,onLoop,[testView]);         }         private function onLoop(testView:TestView):void         {             testView.mc.stop();  ...

来源: Laya_社区 发布时间: 20170608

212. 使用Laya.loader.load加载服务上的图片资源,为什么会停顿几秒中才显示 [ 54%]

...g = new Laya.Image("http://www.xxxxxxx.com/gold.png"); Laya.stage.addChild(img); } 请问下,这样写有声明不对么 ? 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来...

来源: Laya_社区 发布时间: 20180418

213. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 54%]

...lLineRenderer scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLine addLines bubbleEvent callLater clear clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildInde...

来源: Laya3.0_api 发布时间: 20231115

214. Point Light不能导出? [ 54%]

...nity中导出的场景中调用点光照就可以了var pointLight = scene.addChild(new Laya.PointLight()); pointLight.color = new Laya.Vector3(0.1189446, 0.5907708, 0.7352941); pointLight.transform.position = new Laya.Vector3(0.4, 0.4, 0.0); pointLight.attenuation = new Laya.Vector3(0.0, 0.0, 3.0);...

来源: Laya_社区 发布时间: 20171219

215. laya.d3.core.Camera [ 54%]

...oid 更新 Sprite3D addAllLayers():void 增加所有图层。 BaseCamera addChild(node:Node):Node[override] 添加子节点。 Sprite3D addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addCo...

来源: laya_api 发布时间: 20170929

216. unity导出的场景.ls加载到laya3d中报错 [ 54%]

...景 var scene = Laya.Scene.load("LayaScene_unity1/unity1.ls"); Laya.stage.addChild(scene); //创建摄像机(横纵比,近距裁剪,远距裁剪) var camera= new Laya.Camera( 0, 0.1, 1000); //加载到场景 scene.addChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vecto...

来源: Laya_社区 发布时间: 20171017

217. 转换2D屏幕坐标系统到3D正交投影下的坐标系统位置偏差 [ 54%]

...下图一。let cube = new MeshSprite3D(PrimitiveMesh.createBox()); scene.addChild(cube); let pos = new Vector3(); let screenPos = new Vector3(); Laya.timer.frameLoop(1, this, ()=>{ camera.orthographic = true; screenPos.setValue(camera.clientWidth / 2, camera.clientHeight / 2, 0.1); //converScree...

来源: Laya_社区 发布时间: 20220525

218. 分享:SWF LABEL标签的使用! [ 54%]

...; mc.load("output/AAA.swf"); mc.on(Event.LOADED,this,onLoaded); Laya.stage.addChild(mc); } private function onLoaded():void { mc.addLabel("label01",19); mc.addLabel("label02",39); mc.addLabel("label03",59); mc.on(Event.LABEL,this,onLabel);//运行到对应的帧数,会触发对应的标签 } priva...

来源: Laya_社区 发布时间: 20170705

219. vivo小游戏 LayaIDE2.2.0使用fairygui报错 [ 54%]

...   console.log('sssss', fgui.GRoot.inst.displayObject);     Laya.stage.addChild(fgui.GRoot.inst.displayObject);       fgui.UIPackage.addPackage("res/Basics");             fgui.UIConfig.defaultFont = "Microsoft YaHei";     fgui.UIConfig.verticalScrollBar = "ui://Basic/ScrollBar_VT";...

来源: Laya_社区 发布时间: 20191030

220. Laya下的图片上传示例(完整版) [ 53%]

...<100){ var bgImg = new Laya.Sprite(); bgImg.loadImage(data); Laya.stage.addChild(bgImg) }else{ console.log("图片超标"+width+"--"+height); } }; img.src =data; } }; 2019-01-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

来源: Laya_社区 发布时间: 20190129