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

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

131. laya.ui.Button_API3.0 [ 48%]

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

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

132. laya.ui.CheckBox_API3.0 [ 48%]

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

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

133. 2.2.0 bata3 开放域透传功能报错 [ 48%]

...直接放进我的demo里面,改了一些代码,加载图集完成的handler一直没有执行,也没报错。 StevenMiao • 2019-08-15 11:32 @陆仁毅:我把demo放在下面了 StevenMiao • 2019-08-15 09:33 demo已上传,用微信开发工具打开。

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

134. 为什么会出现报错 ani not found:ufo1_down [ 48%]

...this.bg); // 加载图集资源 Laya.loader.load("res/atlas/war.json",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS); })(); function onLoaded(){ // 创建一个主角 this.hero = new Role(); // 初始化角色 this.hero.init("hero",0,1,0,30); // 设置射击类型 this.hero.shootType = 1...

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

135. LayaNative 在android8.0 报ANR概率大 [ 48%]

...33.840 27966-27966/com.lovegame.hk.hokbok I/art:     at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102) 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art:     at void android.os.Looper.loop() (Looper.java:154) 2019-07-22 18:03:33.840 27966-27966/co...

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

136. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 47%]

...; item.progress = 0; totalSize += item.size; items.push(item); var progressHandler = progress ? Laya.Handler.create(null, loadProgress, [item], false) : null; var completeHandler = (complete || progress) ? Laya.Handler.create(null, loadComplete, [item]) : null; this.load(item.url, completeHandler, p...

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

137. Laya1.6.2发布flash版本 [ 47%]

...las() at Function/http://adobe.com/AS3/2006/builtin::call() at laya.utils::Handler/runWith() at laya.events::EventDispatcher/event() at laya.resource::Resource/completeCreate() at laya.webgl.resource::WebGLCharImage/recreateResource() at laya.resource::Resource/activeResource() at laya.resource::Tex...

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

138. 请教下微信小游戏的内存和数据缓存? [ 47%]

...ading.json", type: Loader.ATLAS }, ]; Laya.loader.load(resArray, Laya.Handler.create(this, this.onLoaded1)); 我使用这种方法加载图集,加载完就800m,所以就一直在找优化方法,在app端没有这么高 zwy363 • 2018-01-22 10:58 那如果不行,只能不要一次加载...

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

139. 我用as3调试的matter.js,刚体发生碰撞后不会旋转,我的代码在附件里 [ 46%]

...renders.Render;     import laya.utils.Browser;     import laya.utils.Handler;     import laya.utils.Stat;     import laya.webgl.WebGL;     import wawaji.Wawaji;     /**      * ...      * @author zzz      */     public class WWJ_Main      {         private cons...

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

140. 为什么会出现报错 ani not found:ufo1_down [ 46%]

...this.bg); // 加载图集资源 Laya.loader.load("res/atlas/war.json",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS); })(); function onLoaded(){ // 创建一个主角 this.hero = new Role(); // 初始化角色 this.hero.init("hero",0,1,0,30); // 设置射击类型 this.hero.shootType = 1...

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