大约有 190 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0039 秒)
Laya_社区(157) Laya2.0_api(13) Laya2.0_示例(6) Laya3.0_文档(4) Laya3.0_api(4) Laya2.0_文档(3) Laya_示例(3)
...reInfo culture) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.O...
来源: Laya_社区 发布时间: 20200221
a、b 两个按钮响应同一个点击回调,但event的 target和currentTarget相同都是stage对象,怎么解释呀 实际代码中,两个按钮通过currenttarget,确实能够区分开来,但是打印的值,currenttarget和target值都是stage对象,这个问题谁能给解释下...
来源: Laya_社区 发布时间: 20180301
...nStartDragPicture e', e); } 返回的信息: Event _stoped: false currentTarget: Stage {focus: null, designWidth: 1307, designHeight: 758, canvasRotation: false, canvasDegree: 0, …} nativeEvent: MouseEvent {isTrusted: true, screenX: 906, screenY: 460, clientX: 457, clientY: 278, …} target: Sta...
来源: Laya_社区 发布时间: 20181022
...r params:URLVariables = new URLVariables(); params.decode( evt.target.data ); execute( params ); } private var execute:Function; } iLoader.as package { import com.legend.loader.BasicLoader; import com.legend.loader.SWFLoader; impor...
来源: Laya_社区 发布时间: 20200217
...hrome出现错误: Error processing launch: Error Could not attach to main target IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 TypeScript下HttpRequest发送Post...
来源: Laya_社区 发布时间: 20190308
...Event.COMPLETE, this, bfwc); function bfwc(e){ console.log(e.target.name); } 是错误的 2017-07-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: 不是直...
来源: Laya_社区 发布时间: 20170718
...atue == true) { if ((card_A == -1) && (card_B == -1)) { card_A = e.target.name; button[card_A].color = "red"; } else if ((card_A != -1) && (card_B == -1)) { card_B = e.target.name; if ((g_list_A.indexOf(button[card_A].text) != -1) && (g_list_A.indexOf(button[card_A].text) == ...
来源: Laya_社区 发布时间: 20160623
...reInfo culture) (at <599589bf4ce248909b8a14cbe4a2034e>:0) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.O...
来源: Laya_社区 发布时间: 20190910
...ya.Browser.window.FileReader.DONE == fileReader.readyState) { var data = e.target.result; img.onload = function(){ var width = img.width; var height = img.height; if(width<100&&height<100){ var bgImg = new Laya.Sprite(); bgImg.loadImage(data); Laya.stage.addChild(bgImg) }else{ console....
来源: Laya_社区 发布时间: 20190129
...hrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 循环依赖不能运行 Circular dependency: unity中的模型导出后在laya中显示不...
来源: Laya_社区 发布时间: 20200401