大约有 3,286 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0063 秒)
Laya_社区(2693) Laya2.0_文档(206) Laya_示例(157) Laya2.0_示例(119) Laya3.0_api(72) Laya3.0_文档(19) laya_api(11) Laya2.0_api(9)
...画布上移动鼠标,使圆球跟随鼠标移动: ```typescript Laya.init(this.Browser.width,this.Browser.height); Laya.Stat.show(); Laya.stage.frameRate=Laya.Stage.FRAME_SLOW; var sp=new Laya.Sprite(); sp.graphics.drawCircle(0,0,20,"#990000"); Laya.stage.addChild(sp); Laya.stage.on(Laya.Event....
来源: Laya2.0_文档 发布时间: 20210714
...s UI_List { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.setup(); } private setup(): void { var li...
来源: Laya2.0_文档 发布时间: 20210715
...AR_$_conchConfig.m_sGameID", referenced from: -[MarketAppStore LP_Init] in MarketAppStore.o "_OBJC_IVAR_$_conchConfig.m_sPlatformClassName", referenced from: -[MarketAppStore getMarketName] in MarketAppStore.o ld: symbol(s) not found for architecture x86_64 clang: error: linker ...
来源: Laya_社区 发布时间: 20161229
...ang.reflect.Method.invoke(Native Method) 6 com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:524) 7 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:987) # ReferenceQueueDaemon(9087) 1 java.lang.Object.wait(Native Method) 2 java.lang.Daemons$ReferenceQueueDae...
来源: Laya_社区 发布时间: 20191230
...口如下: class LayaUISample { constructor() { //初始化引擎 Laya.init(600,400,Laya.WebGL); //设置Laya提供的worker.js路径 Laya.WorkerLoader.workerPath = "libs/worker.js"; //开启worker线程 Laya.WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load("../atlas/comp...
来源: Laya3.0_文档 发布时间: 20251010
...; private Context context; private static YIMMain that = null; public void initYouMeIMEngine(final Context activity){ Log.d("YouMinit",">>>>>>>>>>>>>>>>YIMCAHT init ok"); context = activity; YIMService.getInstance().init(context, strAppKey, strSecrect,...
来源: Laya_社区 发布时间: 20170722
...ics.1.__proto._update (js/bundle.js:29103) at TimerHandler.1.Timer.__init$.__proto.run (js/bundle.js:19371) at Timer.1.__proto._update (js/bundle.js:19109) 2019-11-09 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新...
来源: Laya_社区 发布时间: 20190407
...,代码正常运行,但是黑屏 启动引擎报错 mPlugin.game_plugin_init(3); LayaPlayer在x86ABI的安卓模拟器中崩溃 LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑屏 app启动动画应该如何去掉 问题状态 最新活动: 2024-07-04 14:10 浏览: 2728 关注: 2 人 layaAir小孟 ...
来源: Laya_社区 发布时间: 20240701
...electron.asar/renderer/api/remote.js:118:18) at TimerHandler.Timer.__init$.__proto.run (file:///Applications/LayaAirIDE.app/Contents/Resources/app/out/vs/layaEditor/h5/laya.js:9221:20) at Timer.__proto._update (file:///Applications/LayaAirIDE.app/Contents/Resources/app/out/vs/layaEditor/...
来源: Laya_社区 发布时间: 20191113
...g.reflect.Method.invoke(Method.java:515) 21 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860) 22 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:676) 23 dalvik.system.NativeStart.main(Native Method) #8394 GC 1 dalvik.system.NativeStart.run(Native Method) ...
来源: Laya_社区 发布时间: 20191029