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

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

11. laya.ui.UIEvent [ 46%]

...tring = enter[static] 定义 enter 事件对象的 type 属性值。Event ERROR : String = error[static] 定义 error 事件对象的 type 属性值。Event FOCUS : String = focus[static] 定义 focus 事件对象的 type 属性值。Event FOCUS_CHANGE : String = focuschange[static] 定义 focusc...

来源: laya_api 发布时间: 20170929

12. 如何能监听到TouchStart和TouchEnd事件 [ 44%]

...。*/         static UNDISPLAY: string;         /** 定义 error 事件对象的 type 属性值。*/         static ERROR: string;         /** 定义 complete 事件对象的 type 属性值。*/         static COMPLETE: string;         /** 定义 loaded 事...

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

13. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 40%]

...H5游戏开发 坐标:深圳南山 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? Tween如何实现无限循环...

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

14. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 37%]

...sionCode:1 PreInstalled:No Foreground:No Pid:19883 Uid:20010080 Reason:TypeError Error name:TypeError Error message:Cannot read property getContext of undefined Stacktrace: Cannot get SourceMap info, dump raw stack: at func_main_0 (entry|entry|1.0.0|src/main/ets/MainAbility/MainAbility.ts:9:47) hdc ...

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

15. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 35%]

....getMedia(options, Handler.create(this, onSuccess), Handler.create(this, onError)); } } private function showMessage():void { var text:Text = new Text(); Laya.stage.addChild(text); text.text = "单击舞台播放和暂停"; text.color = "#FFFFFF"; text.fontSize = 100; text.valign = "middle"; text.al...

来源: Laya2.0_文档 发布时间: 20210715

16. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 34%]

...s,Laya.Handler.create(this,this.onSuccess),Laya.Handler.create(this,this.onError)); } } private showMessage():void{ var tex:Laya.Text = new Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "...

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

17. 打CPK包在手机上运行会白屏,手机测试型号VIVO1419L。 [ 29%]

...1 6514-6514/com.vivo.vs W/VivoUnion.CommandClient: [SA]sendCommandToServer error, remoteService is null! command = ShowAssitViewCommand 10-13 17:31:16.011 6514-6514/com.vivo.vs I/VivoUnion.SdkToApkInvoker: [SA]reconnect remote server.. command = com.vivo.unionsdk.cmd.ShowAssitViewCommand@360e2552 10...

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

18. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 28%]

...s,Laya.Handler.create(this,this.onSuccess),Laya.Handler.create(this,this.onError)); } } private showMessage():void{ var tex:Laya.Text = new Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "...

来源: Laya2.0_文档 发布时间: 20210715

19. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 27%]

...options, Laya.Handler.create(this, onSuccess), Laya.Handler.create(this, onError)); } function showMessage() { var tex = new Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "center"; tex.si...

来源: Laya2.0_文档 发布时间: 20210714

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

示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Conn...

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