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

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

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

...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

42. LayaBox HelloWorld实战 [ 64%]

...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

43. laya.ui.DialogManager [ 62%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames DialogManagerProperties | Methods | Events Packagelaya.uiClasspublic class DialogManagerInheritanceDialogManager Sprite Node EventDispatcher Object DialogManager 对话框管理容器,所有的对话框都在该容器内...

来源: laya_api 发布时间: 20170929

44. 请问ts版本下的Combobox组件,下拉框层级问题,是不打算改了吗? [ 62%]

...bobox组件的下拉框显示不出来。 查看了源代码,发现自动Dialog的zorder变成1000,以及另外一个组件zorder变成1100以后,combobox的list组件zorder如果不强制修改成1100以上,将无法显示,因为层级问题。   这种源代码的问题,本来想着...

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

45. 感觉实例之间是关联的,求指教。(已解决) [ 62%]

...帮忙解决一下啊 官网示例摇一摇报错,就解决方案 关于Dialog遮罩层移除解决问题的说明 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 【BUG备忘录】关于Tween动画无法正常...

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

46. laya.ui.DialogManager [ 62%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames DialogManagerProperties | Methods | Events Packagelaya.uiClasspublic class DialogManagerInheritanceDialogManager Sprite Node EventDispatcher Object DialogManager 对话框管理容器,所有的对话框都在该容器内...

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

47. 照相机-正交相机 [ 61%]

...w Laya.Vector3(310,500,0); var _translate = new Laya.Vector3(0, 0, 0); var dialog = Laya.stage.addChild(new Laya.Image("../../res/cartoon2/background.jpg")); var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.rotate(new Lay...

来源: Laya_示例 发布时间: 20241001

48. 内存回收问题 [ 58%]

...数 关于主程序过大的问题 关于apk打包动画卡的问题 关于Dialog遮罩层移除解决问题的说明 问题状态 最新活动: 2018-08-04 14:31 浏览: 1994 关注: 1 人

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

49. 求解锁【自定义组件】的正确姿势 [ 57%]

...号? 自定义场景类导出layaMaxUI.ts有前缀导致报错 View嵌套Dialog组件 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 微信排行榜组件内存泄漏 热更新有时候会漏掉或者没有正确加载某个js代码文件,导...

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

50. laya.ui.Dialog_API3.0 [ 57%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Dialog" Dialog Class Dialog Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 通过设...

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