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

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

1331. laya.ui.UIComponent [ 53%]

...ed By  UIComponent() 创建一个新的 Component 实例。 UIComponent addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加...

来源: Laya2.0_api 发布时间: 20190513

1332. 加载SK文件时,报错如下:Uncaught getUint16 error - Out of bounds [ 53%]

...ETE, this, function(){ var roleAni = roleTemp.buildArmature(1); Laya.stage.addChild(roleAni); }) roleTemp.loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载了:Laya.loader.load(['res/spine/knight/effect1.png', 'res/spine/knight/effect1.sk'], Handler.create(this, init)); 2018-03-23 添...

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

1333. ani时间轴动画问题 [ 53%]

....loadAnimation("TimeLine.ani");     //添加到舞台     Laya.stage.addChild(tl);     //播放Animation动画      tl.play(0,true);     } 报错: lost skin: move/jiantou2.png ,you may load pics first lost skin: move/jiantou2.png ,you may load pics first lost skin: move/jiantou2.png ...

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

1334. laya.html.dom.HTMLDivElement_API3.0 [ 53%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains customRender destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint g...

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

1335. Dialog.show 的 showEffect参数在微信真机上的问题 [ 53%]

...g("load atals ok"); var dlg1:ui.TestDlgUI = new ui.TestDlgUI(); Laya.stage.addChild(dlg1); dlg1.show(); }));在微信小游戏的模拟器上是正常的,但是在手机上就看不到UI。 后来经过调试,发现Dialog的show,默认的showEffect是true,也就是说使用动态效果,但...

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

1336. Sprite graphics的显示比例问题 [ 53%]

... = 220; character.pivot(100,100); // character.scale(0.5, 0.5); Laya.stage.addChild(character); return character; } characterA = createCharacter("../res/timg-1.png");上面这段代码不设定sprite的比例时,显示正常;但如果设置比例 character.scale(0.5, 0.5); 显示不正确,详...

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

1337. laya.ui.Radio [ 53%]

...:String = null, label:String) 创建一个新的 Radio 类实例。 Radio addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:A...

来源: laya_api 发布时间: 20170929

1338. layaair1.7.9 beta版,给图片加上颜色滤镜,效果有问题 [ 53%]

...a.display.Sprite = new laya.display.Sprite(); spr.texture = tx; Laya.stage.addChild(spr); spr.x = 300; spr.y = 100; var color:Array = ; color.push( 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 1, 0); var filter:ColorFilter = new ColorFilter(color); spr.filters = [filter];   附件 : ...

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

1339. 请教Laya.BitmapFont加载位图文字不能显示的问题 [ 53%]

... txt.font = this.mFontName; txt.fontSize = 50; txt.leading = 5; Laya.stage.addChild(txt); } } new GameMain(); 资源能加载到,但运行后什么都没有看见。请问谁知道为啥? 附件 : --> assets.rar 2017-10-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

1340. 我写了一个hello layabox,为什么运行出来闪了一下就这样了 [ 53%]

...接 提交 1 个回复 Supermang42 赞同来自: 搜尋代碼 Laya.stage.addChild( xxx );   並把這段代碼註解掉,即可關閉這個 Dialog 視窗。 2017-09-01 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 gonna 相关问题 l...

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