大约有 12 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0022 秒)
...tion onSocketClose(e:*=null):void { Log.print("Socket closed"); } private function onMessageReveived(message:*=null):void { Log.print("Message from server:"); if (mes...
来源: Laya_社区 发布时间: 20170209
...式来看打印调试 TS代码如下: console.debug("--- test debug print ---"); console.error("--- test error print ---"); console.info("--- test Info print ---"); console.warn("--- test Trace print ---"); 打包apk后 使用模拟器运行 DDMS查看打印内容 发现在logcat中打...
来源: Laya_社区 发布时间: 20180302
...rchy Log Index Properties autoScrollToBottom maxCount Methods clear enable print toggle Properties Static autoScrollToBottom autoScrollToBottom: boolean = true Defined in laya/utils/Log.ts:18 是否自动滚动到底部,默认为true Static maxCount maxCount: number = 50 Defined in laya/utils/Log....
来源: Laya3.0_api 发布时间: 20231115
...[static] 激活Log系统,使用方法Laya.init(800,600,Laya.Log); Log print(value:String):void[static] 增加日志内容。 Log toggle():void[static] 隐藏/显示日志面板LogProperty DetailmaxCountpropertypublic static var maxCount:int = 20最大打印数量,超过这个数量,则...
来源: laya_api 发布时间: 20170929
...[static] 激活Log系统,使用方法Laya.init(800,600,Laya.Log); Log print(value:String):void[static] 增加日志内容。 Log toggle():void[static] 隐藏/显示日志面板LogProperty DetailautoScrollToBottompropertypublic static var autoScrollToBottom:Boolean = true是否自动滚动到...
来源: Laya2.0_api 发布时间: 20190513
...) maxWith = max( maxWith, im.width) maxHeight = max( maxHeight, im.height) print im.width, im.height length=len(pngs) maxHeight += 2 if length > 0: finalHeight = maxHeight*length outIm = Image.new('RGBA',(maxWith, finalHeight), (0,0,0,0)) index=0 for im in pngs: left = (maxWith - im.width)*0.5 to...
来源: Laya_社区 发布时间: 20180721
...是 var path="map/mapitem/"+mdai.mapName+"1.lh"; if(this.PRINT_LOG){ console.log("准备读取区域"+curIndex+" 的 路径: "+path+"地图"); } Sprite3D.load(path,Handler.create(null,function(sp){ if(_$t...
来源: Laya_社区 发布时间: 20191011
...,fn) for root, dirs, files in os.walk(path) for fn in files] for f in fns: print(f) with open(f, "r+") as f: old = f.read() f.seek(0) f.write("\"use strict\";") f.write(old) print(len(fns)) ``` 2018-05-24 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先...
来源: Laya_社区 发布时间: 20170604
.../d/LayaAirIDEMac_1.7.9beta.app/Contents/Resources/app/node_modules/layacmd/print.js:1:171) at Object.<anonymous> (/private/var/folders/g5/h6n06svn2z315kkr_yd3sl340000gn/T/AppTranslocation/00AE3A00-14A8-45D8-BBAE-FCEFB0982E0B/d/LayaAirIDEMac_1.7.9beta.app/Contents/Resources/app/node_modules/lay...
来源: Laya_社区 发布时间: 20170812
...gt; (D:\ruanjian\LayaAirIDE_1.7.10_beta\resources\app\node_modules\layacmd\print.js:8:18) at Object.<anonymous> (D:\ruanjian\LayaAirIDE_1.7.10_beta\resources\app\node_modules\layacmd\print.js:113:3) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Mo...
来源: Laya_社区 发布时间: 20170905