大约有 20 项符合查询结果, 库内数据总量为 30,936 项。 (搜索耗时: 0.0057 秒)
...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
...。*/ static UNDISPLAY: string; /** 定义 error 事件对象的 type 属性值。*/ static ERROR: string; /** 定义 complete 事件对象的 type 属性值。*/ static COMPLETE: string; /** 定义 loaded 事...
来源: Laya_社区 发布时间: 20170601
...H5游戏开发 坐标:深圳南山 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? Tween如何实现无限循环...
来源: Laya_社区 发布时间: 20200918
...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
....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
...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
...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
...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
...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
示例打地鼠发布打包后提示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