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

大约有 1,374 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0299 秒)

1361. laya.ui.Dialog_API3.0 [ 19%]

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

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

1362. 时间轴动画 · LayaAir3.4 · 引擎文档 · LAYABOX [ 18%]

...prite3D; constructor() { super(); } event1(p1:any, p2:any): void { console.log("event1",p1,p2); } } 在脚本中创建event1的方法和接收两个参数,最后我们来运行动画,看看运行结果: (图10-4) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新...

来源: Laya3.0_文档 发布时间: 20260128

1363. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 17%]

...| com.layabox.game Connecting to com.layabox.game Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/dalvikvm: Late-enabling CheckJNI W/ActivityThread: Application com.layabox.game is waiting for ...

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

1364. dcc下载超时 [ 17%]

...:55:27.409: I/chromium(7884): [INFO:library_loader_hooks.cc(143)] Chromium logging enabled: level = 0, default verbosity = 0 07-04 20:55:27.417: I/cr_BrowserStartup(7884): Initializing chromium process, singleProcess=true 07-04 20:55:27.446: D/libEGL(7884): loaded /system/lib/egl/libEGL_emulation.so...

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

1365. 安卓闪退,有日志 [ 16%]

...r.java:164) 4 android.os.HandlerThread.run(HandlerThread.java:61)   # TbsLogReportThread(621) 1 android.os.MessageQueue.nativePollOnce(Native Method) 2 android.os.MessageQueue.next(MessageQueue.java:328) 3 android.os.Looper.loop(Looper.java:164) 4 android.os.HandlerThread.run(HandlerThread.jav...

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

1366. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 15%]

...果导出的使用不了,也会出现这个。。。“1”。。。的log 2017-06-19 0 6 分享 微博 QZONE 微信 sfsmmc 赞同来自: U3D中隐藏的sprite也被导出了,必须将其删掉才能导出指定的sprite,这样好麻烦。建议加上这个功能。 2017-06-22 0 3 分享 微...

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

1367. 运行配置 · LayaAir3.4 · 引擎文档 · LAYABOX [ 15%]

...(() => { // 不启用抗锯齿 Laya.Config.isAntialias = false; console.log("before init"); }); 开启抗锯齿可以改善曲线线条及非矩形图形的显示质量,但会带来一定的 GPU 性能开销。在性能敏感或对画质要求不高的场景中,可以将其设置为 false。...

来源: Laya3.0_文档 发布时间: 20251231

1368. laya.ui.VScrollBar_API3.0 [ 14%]

...ollBar 对象添加到显示列表。 } function onChange(value) { console.log("滚动条的位置: value=" + value); } example import VScrollBar = laya.ui.VScrollBar; import Handler = laya.utils.Handler; class VScrollBar_Example { private vScrollBar: VScrollBar; constructor() { Laya.init(640, 800...

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

1369. laya.ui.VSlider_API3.0 [ 14%]

.../把 vSlider 添加到显示列表。 } function onChange(value) { console.log("滑块的位置: value=" + value); } example import HSlider = laya.ui.HSlider; import VSlider = laya.ui.VSlider; import Handler = laya.utils.Handler; class VSlider_Example { private vSlider: VSlider; constructor() { La...

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

1370. laya.ui.RadioGroup_API3.0 [ 14%]

... radioGroup 添加到显示列表。 } function onSelect(index) { console.log("当前选择的单选按钮索引: index= ", index); } example import Radio = laya.ui.Radio; import RadioGroup = laya.ui.RadioGroup; import Handler = laya.utils.Handler; class RadioGroup_Example { constructor() { Laya.ini...

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