大约有 23 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0045 秒)
...启动错误日志如下(全部日志,在附件): 12-25 12:02:30.110 32478-32478/com.phoent.wsh E/AndroidRuntime: FATAL EXCEPTION: main java.lang.NoClassDefFoundError: layaair.game.browser.a ...
来源: Laya_社区 发布时间: 20171225
...ivityThread.java:1409) 16 android.os.Handler.dispatchMessage(Handler.java:110) 17 android.os.Looper.loop(Looper.java:229) 18 android.app.ActivityThread.main(ActivityThread.java:5493) 19 java.lang.reflect.Method.invokeNative(Native Method) 20 java.lang.reflect.Method.invoke(Method.java:515) 21 ...
来源: Laya_社区 发布时间: 20191029
...55770310 3145521 28 ) utm=0 stm=5 core=0 HZ=100 | stack=0xb410f000-0xb4111000 stackSize=1014KB | held mutexes= "mutator lock"(shared held) native: #00 pc 00371037 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMet...
来源: Laya_社区 发布时间: 20190531
...55770310 3145521 28 ) utm=0 stm=5 core=0 HZ=100 | stack=0xb410f000-0xb4111000 stackSize=1014KB | held mutexes= "mutator lock"(shared held) native: #00 pc 00371037 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMet...
来源: Laya_社区 发布时间: 20190612
...sors context get context(): Context Defined in laya/resource/HTMLCanvas.ts:110 Canvas 渲染上下文。 Returns Context cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number destroyed get destroyed(): boolean Inhe...
来源: Laya3.0_api 发布时间: 20231115
...点属性设置组件的中心为轴心点,例如图片的原大小是`110*145`,那么我们将原宽高除2就获得了中心点位置,设置`pivotX`属性值为`55`,`pivotY`属性值为`72.5`。然后播放动画,和第一种方法实现的效果一样。如动图14-3所示。 : boolean Inherited from BaseTexture.gammaSpace Defined in laya/resource/BaseTexture.ts:133 Returns boolean gpuMemory get gpuMemory(...
来源: Laya3.0_api 发布时间: 20231102
...据并加载到 LayaAir 引擎中 const img = new Laya.Image(); img.size(110, 145); // 设置图片显示大小 img.skin = Laya.Browser.window.URL.createObjectURL(new Blob([uint8Array], { type: 'image/png' })); img.centerX = 0; // 设置图片居中显示 // 将图片添加到舞台显示 Laya.stage...
来源: Laya3.0_文档 发布时间: 20251010