大约有 144 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0037 秒)
Laya_社区(88) Laya3.0_api(27) Laya2.0_文档(10) Laya_示例(8) Laya2.0_示例(7) Laya3.0_文档(2) laya_api(1) Laya2.0_api(1)
...不显示文本域外的字符像素 t2.overflow = Text.SCROLL; t2.pos(10, 110); var t3 = createText(); //设置不显示超出文本域的字符 t3.overflow = Text.HIDDEN; t3.pos(10, 210); } private function createText():Text { var txt:Text= new Text(); txt.text = "Layabox是HTML5引擎技术提供...
来源: Laya2.0_文档 发布时间: 20210715
...r.width) / 2; controller.y = (Laya.stage.height - controller.height) / 2 + 110; //加载到舞台 Laya.stage.addChild(controller); } /***计数器状态***/ private function onClipState(e:*=null):void { //如果计数器为播放状态 if (counter.isPlaying) { //停止播放动画 counter.stop(); //...
来源: Laya2.0_文档 发布时间: 20210714
...启动错误日志如下(全部日志,在附件): 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
...erData Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderContext3DOBJ.ts:110 Parameters sceneShaderData: ShaderData Returns void scissor get scissor(): Vector4 set scissor(scissor: Vector4): void Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderContext3DOBJ.ts:72 Returns Vector4 Defined in laya...
来源: Laya3.0_api 发布时间: 20231115
... 2; this.controller.y = (Laya.stage.height - this.controller.height) / 2 + 110; this.owner.addChild(this.controller); } private onClipSwitchState(e: any = null): void { if (this.counter.isPlaying) { this.counter.stop(); this.currFrame = this.counter.index; this.controller.label = "播放"; } else { ...
来源: Laya3.0_文档 发布时间: 20251010
...); var t2: Text = this.createText(); t2.overflow = Text.SCROLL; t2.pos(10, 110); var t3: Text = this.createText(); t3.overflow = Text.HIDDEN; t3.pos(10, 210); } private createText(): Text { var txt: Text = new Text(); txt.text = "Layabox是HTML5引擎技术提供商与优秀的游戏发行商,面...
来源: Laya2.0_文档 发布时间: 20210715
...layerNameList[i].playerhandpoker[j].PokerDre; img.width = 76; img.height = 110; img.pos(200 + i * 35, 230); Laya.stage.addChild(img); this.reciveOutPoker.push(img); this.outHandPoker.push(this.aaa.playerNameList[i].playerhandpoker[j]); this.lastPaixing = 1; for (let x = 0; x < this.outHandPoker...
来源: Laya_社区 发布时间: 20180626
...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
... (107) 关联的常数。 Static NUMPAD_DECIMAL NUMPAD_DECIMAL: number = 110 Defined in laya/events/Keyboard.ts:136 与数字键盘上的小数点 (.) 的键控代码值 (110) 关联的常数。 Static NUMPAD_DIVIDE NUMPAD_DIVIDE: number = 111 Defined in laya/events/Keyboard.ts:138 与数字键盘...
来源: Laya3.0_api 发布时间: 20231115