• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 144 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0037 秒)

101. 超出文本区域的处理&滚动文本(ActionScript-LayaAir基础篇(AS3)-文本) [ 43%]

...不显示文本域外的字符像素 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

102. Clip属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 43%]

...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

103. 打包app 在 安卓 htc t329d 手机下不能运行。 [ 42%]

...启动错误日志如下(全部日志,在附件): 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

104. laya.d3.renderobjs.nativeobj.NativeRenderContext3DOBJ_API3.0 [ 42%]

...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

105. 位图切片组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 42%]

... 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

106. 超出文本区域的处理&滚动文本(TypeScript-LayaAir基础篇(TS)-文本) [ 42%]

...); 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

107. 关于这个timer我的跑的快在 自己出完牌之后没有人比我的牌大了。可是我的牌还是出不去 [ 40%]

...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

108. native2.1 安卓退到后台时,概率闪退 [ 39%]

...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

109. 打包成LayaNative之后,在oppo r9s和小米note上面,程序后台经常卡死Anr [ 39%]

...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

110. laya.events.Keyboard_API3.0 [ 38%]

... (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