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

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

721. laya.ui.Tree_API3.0 [ 62%]

...ackage { import laya.ui.Tree; import laya.utils.Browser; import laya.utils.Handler; public class Tree_Example { public function Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar....

来源: Laya3.0_api 发布时间: 20231115

722. 场景进行destroy销毁后,再次加载同一场景,就会报错 [ 62%]

...eLoading.<anonymous> (file:///D:/H5/bin/js/bundle.js:18082:57)   at Handler.__proto.runWith (file:///D:/H5/bin/libs/laya.core.js:1399:59)   at LoaderManager.__proto._createOne (file:///D:/H5/bin/libs/laya.core.js:14594:25)   at LoaderManager.__proto._create (file:///D:/H5/bin/libs/laya.core...

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

723. 在UI编辑器里可以看到位图字体,但是进入游戏后没有显示,怎么解决 [ 62%]

...fnt与png文件同名 this.mBitmapFont.loadFont("font/test.fnt",new Laya.Handler(this,onLoaded)); function onLoaded(){ init(); } function init(){ //如果位图字体中,没放空格,最好设置一个空格宽度 this.mBitmapFont.setSpaceWidth(10); Laya.Text.registerBitmapFont(this.mFontName,this.m...

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

724. Laya.util.Ease这个类是用来配合Tween的,可是怎么使用?没有任何资料啊。 [ 62%]

...下 var ease:*=Ease.backIn(100,100,100,100); Tween.to(sp,{x:400},1000,ease,Handler.create(this,onTween)); 2017-01-05 0 0 分享 微博 QZONE 微信 shaotianhk 赞同来自: var ease:*=Ease.backIn(100,100,100,100); 这句是什么鬼,放在js里直接报错 2018-04-02 0 0 分享 微博 QZONE 微信...

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

725. ScrollRect设置会引起其他的UI资源无法正在显示 [ 62%]

...rite; import laya.maths.Rectangle; import laya.ui.Image; import laya.utils.Handler; import ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var speed:Number = 15; private var _path:Sprite = new Sprite(); private var arr:Array = []; public functio...

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

726. WXOpenDataViewer 微信开放数据域 是不是不能响应鼠标拖动事件呢? [ 62%]

...main.ts 里面 Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.onVersionLoaded), Laya.ResourceVersion.FILENAME_VERSION); 和 Laya.AtlasInfoManager.enable("fileconfig.json", Laya.Handler.create(this, this.onConfigLoaded)); 都要删掉。 内涵tv何吓...

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

727. 微信开发者工具问题 [ 62%]

...ReadNativeCallBack (http://127.0.0.1:15089/game/code.js:14608:25)     at Handler.__proto.runWith (http://127.0.0.1:15089/game/code.js:1151:41)     at Function.success (http://127.0.0.1:15089/game/code.js:10979:33)     at Object.success (http://127.0.0.1:15089/game/__ ... :20858)     at c (ht...

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

728. 微信小游戏加载外部json可以加载成功,但是加载外部图片就不行,没有任何反应 [ 61%]

...zz.shoujiyeyou.net/ ... ot%3B, "https://xxdzz.shoujiyeyou.net/ ... ot%3B], Handler.create(this, this.onLoaded), null, "json");   Laya.loader.load(["https://xxdzz.shoujiyeyou.net/mmphp/19.png"], Handler.create(this, this.nlll), null, "image");   一样的代码,上面加载json就可以,下面...

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

729. 启动引擎报错 mPlugin.game_plugin_init(3); [ 61%]

...ssage) (YLCheckUpdate.java:211)                 at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:105)                 at void android.os.Looper.loop() (Looper.java:164)                 at void android.app.ActivityThread.main(java.lang.String[]) (Ac...

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

730. laya.ui.ComboBox_API3.0 [ 61%]

... ComboBox 实例。 package { import laya.ui.ComboBox; import laya.utils.Handler; public class ComboBox_Example { public function ComboBox_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/butto...

来源: Laya3.0_api 发布时间: 20231115