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

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

1231. 通过getChildByName找到的dialog节点使用show方法后, 再次getChildByName查找, 结果为null [ 51%]

通过getChildByName找到的dialog节点使用show方法后, 再次getChildByName查找, 结果为null let dialog = new laya.ui.Dialog();  dialog.name = 'Dialog' parentNode.addChild(dialog);    let childNode = parentNode.getChildByName('Dialog'); childNode.show();   console.log(parentNode.get...

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

1232. 关于类中方法的调用 [ 51%]

...r 2D有没有夜晚灯光照明效果实现的内置方法? 关于@prop {name:Tab,type:Node} 我觉得好麻烦啊 ,请问一下有别的方法吗 ts如何通过文件集加载的方法预加载声音文件,然后再调用 问题状态 最新活动: 2017-11-27 20:45 浏览: 1049 关注: 3 人 ...

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

1233. laya.display.AnimationBase_API3.0 [ 51%]

...nGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components count customRenderEnable destroyed displa...

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

1234. import 问题 [ 51%]

...ts' is not a module. 和 [ts] File 'd:/LayaBox/TestPro/T12_LongJSTest/src/NamespaceTest.ts' is not a module. 需要手动改成 4,5行才行。造成每次都需要滚动到类的头部import要自己想要的类很麻烦。 问题是 1.要不是我们的IDE自带这个功能;2.什么屏蔽或修...

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

1235. laya.ui.UIGroup_API3.0 [ 51%]

...a _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name selectHandler tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed direct...

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

1236. 2.0的版本在ios下适配横竖屏有问题。 [ 51%]

...om/demo2/h5/demo.html?language=ch&category=2d&group=SmartScale&name=T&lib=core,webgl,ui 打开链接,打开手机自动旋转,切换到fixedwidth,或者fixedheight,然后改变手机方向就能发现问题了。 1.0的版本经过测试没有问题,我只想说版本的更...

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

1237. 动态加载的 animation第二次加载的时候不显示 [ 51%]

...候都执行这个的. item=new Laya.Animation(); if (i!=whichistrue) { aniname="lose_1_"+aniname+".ani"; } else { ran=Math.random(); aniname="win_1_"+aniname+".ani"; } item.loadAnimation(aniname); item.x=60+(i-1)*120; item.y=y; item.size(80,80); item.name=aniname; this.doworkui.addChild(item);   2...

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

1238. Laya.timer.frameLoop(1, this, this.aaa);对象移动会出现颤抖现象 [ 51%]

...pivotY = this.playerHB.height / 2; this.playerHB.y = 500; this.playerHB.txtName.text = "搞个毛啊"; // this.playerVO.name; this.addChild(this.playerHB); } private aaa():void { this.playerHB.x += this.bb; console.log( this.playerHB.x); if(this.playerHB.x > 1000) { this.bb *= -1; } if(this.playe...

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

1239. 嵌套类型的protobuf报错 [ 51%]

...UId = 7; } message ServerInfo {  required int32 id = 1;  required string name = 2;  required string address = 3;   required int32 status = 4;  optional string serverUId = 5;  optional int32 controlStatus = 6;  optional string closeMessage = 7; }   这种嵌套类型的proto decode的时候...

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

1240. 引擎遮罩报错 [ 51%]

... • 2017-09-13 20:09 @Monica:this.itemSpr = new Laya.Sprite; this.itemSpr.name = 'mySprite'; // this.itemSpr.cacheAs = 'normal'; this.itemSpr.cacheAsBitmap = false; this.addChild(this.itemSpr); //卡马克 for (var i: number = 0; i < 15; i++) { var attItem: HeadItem = new HeadItem; attItem.x = i...

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