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

大约有 129 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0033 秒)

81. 做一个幻灯片,当手机锁屏或者切换应用,部分文字背景会变黑,甚至会消失不见 [ 56%]

... 正常 切换应用或者锁屏过久的时候   代码var contentText = Common.newUi('Label'); contentText.text = value; contentText.color = '#fff'; // contentText.bgColor = '#141111'; contentText.padding = '0,20,0,20'; contentText.leading = '6'; contentText.fontSize = fontSize+2; contentText.val...

来源: Laya_社区 发布时间: 20180302

82. 有时候飘字的时候会在其他地方有一道黑条是什么原因? [ 55%]

...什么原因? //跑马灯 - 底 textDi = new Image(LoadUrl.BASE_PATH + "common/img_paomaDi.png"); textDi.sizeGrid = "5,5,5,5"; textDi.size(580,30); this.addChild(textDi); _divElement = new HTMLDivElement(); _divElement.style.fontSize = 18; _divElement.style.color = "#ffffff"; //_divElement.style.s...

来源: Laya_社区 发布时间: 20171205

83. 更新了最新的3.0.0-beta.6之后,之前项目里面的@property()全部不见了 [ 54%]

...d 组件使用的文档链接:https://layaair.layabox.com/3.x/doc/basics/common/Component/readme.html   2023-04-03 0 0 分享 微博 QZONE 微信 layabox小高 赞同来自: 您好,可以看下这个帖子。https://ask.layabox.com/question/51165 还有您说的官方示例中的@property也没...

来源: Laya_社区 发布时间: 20230403

84. 安卓闪退,有日志 [ 54%]

...ecutor.java:588) 10 java.lang.Thread.run(Thread.java:818) 11 com.tencent.common.threadpool.QBThreadFactory$1.run(Unknown Source)   # work_thread(633) 1 android.os.MessageQueue.nativePollOnce(Native Method) 2 android.os.MessageQueue.next(MessageQueue.java:328) 3 android.os.Looper.loop(Looper.ja...

来源: Laya_社区 发布时间: 20191217

85. Laya.Pool.getItemByClass 闪退 [ 54%]

...sableFishWithType (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/js/common/CFSprite.js:28:14) at GameView.addFinsh (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/js/GameView.js:39:29) at GameView.onLoop (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/js/GameView.js:83:26) at Time...

来源: Laya_社区 发布时间: 20180404

86. 3D场景-场景加载 [ 53%]

...e.models.SkyBox; import laya.display.Stage; import laya.utils.Stat; import common.CameraMoveScript; public class SceneLoad { public function SceneLoad() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); var scene:Scene = Laya....

来源: Laya_示例 发布时间: 20241124

87. 苹果上架直接导致账号被调查。。。 [ 53%]

...ot following the App Store Review Guidelines’ Developer Code of Conduct. Common practices that may lead to an investigation include, but are not limited to: - Inaccurately describing an app or service - Misleading app content - Engaging in inauthentic ratings and reviews manipulation - Providing m...

来源: Laya_社区 发布时间: 20191108

88. 天空-天空穹 [ 53%]

...a.display.Stage; import laya.utils.Handler; import laya.utils.Stat; import common.CameraMoveScript; /** * ... * @author */ public class SkyDomeSample { public function SkyDomeSample() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat....

来源: Laya_示例 发布时间: 20241124

89. exception info:[TypeError:undefined is not an object(evaluating'tInfo[0].attributes')] at line 764 [ 53%]

...     let blueFnt = new Laya.BitmapFont();         blueFnt.loadFont("common/number_blue.fnt", new Handler(this, () => {             Laya.Text.registerBitmapFont("number_blue", blueFnt);         })); 但具体原因不清楚 能否请官方测试下bmfont在iphone上运行情况   ...

来源: Laya_社区 发布时间: 20170523

90. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 53%]

... 5371-5371/com.ReleaseTest.Four E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 06-20 19:10:18.528 5371-5371/com.ReleaseTest.Four W/art: Attempt to remove local handle scope entry from IRT, ignoring 06-20 19:10:18.541 5371-5371/com.ReleaseTest.Four W/AwContents: onDe...

来源: Laya_社区 发布时间: 20170620