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

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

21. 我在dialog a上继续弹出dialog b 。需要关闭b的时候,a依然存在。怎么做? [ 62%]

我在dialog a上继续弹出dialog b 。需要关闭b的时候,a依然存在。怎么做? 我在ide中做了一个基础scene 1,一个dialog a 和一个dialog b。 从1,点击,弹出a;没问题; 从a,点击,弹出b,没问题。 但是我需要在操作b的时候,a一直存在...

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

22. LayaBox HelloWorld实战 [ 58%]

...nstructor() { super(); HelloWorld.instance = this; } onBtnShowClick(){ var dialog = new Laya.Dialog(); dialog.width=300; dialog.height=600; //var bg = new Laya.Image('comp/img_bg.png'); //dialog.addChild(bg); var button = new Laya.Button('comp/button.png'); button.label='Hello World!'; button.name =...

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

23. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 55%]

...e; import laya.display.Sprite; import laya.maths.Rectangle; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import ui.TestDialogUI; import ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var speed:Number = 15; private var...

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

24. ReferenceError: Loading_fly is not defined [ 50%]

... _proto.onPlay = function () { UIConfig.popupBgAlpha = 0.85; UIConfig.closeDialogOnSide = false; this.diango = new Laya.Dialog(); this.diango.width = Laya.stage.width; this.diango.height = Laya.stage.height; var loading_array = []; for(var i = 1; i < 28; i++ ){ loading_array.push('loading/'+ i +'...

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

25. laya.display.Scene [ 45%]

...关闭所有场景,不包括对话框,如果关闭对话框,请使用Dialog.closeAll() 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,需要自己手动回收 Scene contains(node:Node):Boolean 当前容器是否包含指定的 N...

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

26. laya.ui.View [ 36%]

...ass ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,相对于Scene,增加相对布局功能。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefine...

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

27. laya.ui.MoreGame [ 36%]

...关闭所有场景,不包括对话框,如果关闭对话框,请使用Dialog.closeAll() 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,需要自己手动回收 Scene contains(node:Node):Boolean 当前容器是否包含指定的 N...

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

28. lib/arm/liblayaair.so 总是崩溃 [ 13%]

...2] 08-14 10:57:51.107 3526-3540/? W/ActivityManager: Skipping native crash dialog of ProcessRecord{131da26 22228:com.yywgames.wpby.cn/u0a788} 08-14 10:57:51.108 3526-3526/? I/ActivityManager: collectReceiverComponents for intent: Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has e...

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