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

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

341. 组件Tab双图 [ 69%]

...简单的富文本 为什么官网例子里,UI组件的事件都用new Handler,而资源加载用Handler.create() 问题状态 最新活动: 2018-01-16 19:20 浏览: 825 关注: 2 人

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

342. UI编辑发布后运行lose skin [ 68%]

...行lose skin import WebGL = Laya.WebGL; import Begin = ui.testUI; import Handler = Laya.Handler; import Loader = Laya.Loader; // 程序入口 class GameMain{ private begin: Begin; constructor() { Laya.init(600,400, WebGL); Laya.stage.bgColor = "#000000"; Laya.loader.load("comp/button.png", Handler.c...

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

343. IDE如何制作组件的动效 [ 68%]

...式下,cpu爆满 为什么官网例子里,UI组件的事件都用new Handler,而资源加载用Handler.create() 问题状态 最新活动: 2017-10-11 15:30 浏览: 728 关注: 2 人

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

344. 多个button如何区分 [ 68%]

...r(var i:int=0;i<10;i++) { var btn:Button=new Button(); ....... btn.clickHandler = laya.utils.Handler.create(this,this.onClickButton,[i],false); } this.onClickButton = function(id){ 通过ID 判断点击哪一个按钮! } 189*****192 • 2017-04-26 09:38 @cyqcyqcyq:我明白你的意思 this.emo...

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

345. 导出的3D资源加载报错 [ 68%]

...cene.Scene;     import laya.d3.math.Vector3;     import laya.utils.Handler;          import laya.display.Stage;     import laya.events.Event;     import laya.utils.Stat;          public class LayaSample {                  private var _stateMachine:Stat...

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

346. 用LayaAir引擎解析Tiled Map地图(ActionScript-2D进阶篇(AS3)-扩展模块) [ 68%]

... import laya.maths.Rectangle; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class TiledMapDemo { private var tMap:TiledMap; public function TiledMapDemo() { //初始化舞台 Laya.init(Browser.width, Browser.height, WebGL); //创建TiledMap实例 tMap = new Ti...

来源: Laya2.0_文档 发布时间: 20210714

347. 请问在设计模式下制作的UI页面,到底怎么在代码里使用???官方教程不一样 [ 68%]

...load(["./res/atlas/ListPage.atlas", "res/atlas/template/ButtonTab.atlas"], Handler.create(this, this.onLoaded)); 而我F12发布,根本没有这个ListPage.atlas,只有ButtonTab.atlas     附件 : --> 2017-09-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

348. LayaAir1.7.19.1 Beta预加载资源出问题 [ 68%]

...经这样试过,还是加载失败了。 Laya.loader.create(urls, Laya.Handler.create(this, onComplete, [urls]), null, Laya.Scene); 跟Sprite3D有区别吗 188*****949 • 2018-07-26 11:31 这个问题还挺难搞的,因为只在我打包到远端加载的时候才会出问题,本地加载是o...

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

349. 添加fairygui使用fairygui.UIPackage.addPackage ( "res/Bag" )后可以正常跑,发布到微信小游戏出错 [ 68%]

...资源             //Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, onLoaded));              Laya.loader.load             (                 [                     { url: "res/atlas/comp.atlas" , type: Loader.ATLAS...

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

350. 2d项目和3d项目的区别? [ 68%]

... Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 Laya.Handler.create和new Laya.Handler有啥区别 请教一个关于laya2.5d项目美术规范的问题哈 项目分包后, 运行出错 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject u...

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