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

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

901. 材质的功能介绍(TypeScript-3D基础(TS)-LayaAir3D之Material材质) [ 63%]

...型上的材质 ```typescript //初始化3D场景 var scene = Laya.stage.addChild(Laya.Loader.getRes("res/threeDimen/scene/ChangeMaterialDemo/Conventional/scene.ls")) as Laya.Scene3D; //从场景获取球型精灵 this.sphere = scene.getChildByName("Sphere") as Laya.MeshSprite3D; //获取球型精...

来源: Laya2.0_文档 发布时间: 20210715

902. dialog的锁定效果,popup设置无效,还是可以点击到下面的界面 [ 63%]

...wd =new pwdDialog(); xgpwd.popup(true); Laya.Dialog.lock(true); Laya.stage.addChild(xgpwd);   文档api 说popup模式 还要lock设置 我都一一的试了都没用,这是怎么回事   2017-11-30 0 0 分享 微博 QZONE 微信 ymsdandan 赞同来自: 你设置这个了么closeDialogOnSide,...

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

903. 粒子特效,播放与克隆有bug [ 62%]

...19-11-26 0 1 分享 微博 QZONE 微信 子艮 赞同来自: let sp3d = lf.addChild(Laya.loader.getRes("res/zhadan/1/LayaScene_zhadan/Conventional/zhadan.ls")) as Scene3D; let spCore = sp3d.getChildByName("Canvas") as Sprite3D; spCore.transform.localPosition = new Vector3(0, 0.7, 90); let tp3d = Spr...

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

904. 技术文档中的示例js运行报错 [ 62%]

...oaded)) })() function onLoaded() { var cMask = new maskDemoUI() Laya.stage.addChild(cMask) } })()   附件 : --> 2018-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 能多提供一...

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

905. laya.ui.Radio_API3.0 [ 62%]

... y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout...

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

906. HIERARCHY_LOADED 和 LOADED有什么区别?为什么对scene不起作用 [ 62%]

...ADED有什么区别?为什么对scene不起作用 var scene = Laya.stage.addChild(new Laya.Scene()); scene.once(Laya.Event.HIERARCHY_LOADED, null, function (sprite) { console.log("scene HIERARCHY_LOADED"); }); scene.once(Laya.Event.LOADED, null, function (sprite) { console.log("scene LOADED"); });...

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

907. tween对Text的缩放,为何会抖动呢? [ 62%]

...e.width >> 1, Laya.stage.height >> 1);     Laya.stage.addChild(txt);          Laya.Tween.to(txt, { scaleX: 2, scaleY: 2 }, 5000);   5秒钟把文本放大2倍,感觉是 fontSize在不平滑的增大,显得比较卡,有抖动   目前要达到的效果是...

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

908. 经验分享:如何控制龙骨动画的播放索引! [ 62%]

...ction omTemLoaded():void { mArmature=mFactory.buildArmature(0); Laya.stage.addChild(mArmature); Laya.stage.on(Event.CLICK,this,onClick); mArmature.play(0,false);//设置初始位置 mArmature.index=this.index; mArmature.pos(500,500) } private function onClick():void { mArmature.play("stand",true);//...

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

909. unity导出的场景,相机节点找不到,移动和属性设置都做不了 [ 62%]

...做不了 var scene:Scene=Scene.load("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-...

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

910. laya.ui.TextInput_API3.0 [ 62%]

...度。 textInput.height = 200;//设置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/input.png"], ...

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