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

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

301. Animation怎么使用.atlas文件,直接拖到source上不行 [ 65%]

...on文件。。竟然无法自动生成了? unity导出粒子文件问题 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的...

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

302. 为什么这个图片还是随机切换不了,新手求帮忙 [ 65%]

...,这是我在WS写的,三张图片每个两秒随机切换,可是在laya上写一直运行不了 附件 : --> 2017-01-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: Tod...

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

303. Templet资源删除不掉 [ 65%]

...       {             //初始化引擎             Laya.init(800, 480, WebGL);             Stat.show(0, 0);             Laya.stage.scaleMode = "showall";             Again();         }         private function onAssetLoaded(e:*=null):v...

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

304. oppo分包加载失败 [ 65%]

...020-12-05 1 5 分享 微博 QZONE 微信 奈奈奈奈何吖i 赞同来自: laya版本是2.6.0 2020-12-04 0 1 分享 微博 QZONE 微信 ay 赞同来自: 为啥我分包的只有一个rpk呢 2020-12-05 0 1 分享 微博 QZONE 微信 holle world 赞同来自: 请问老哥是怎么分包,为什么我...

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

305. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 65%]

...需要用到该Dialog的场景管关联起来,以下代码块为例。 Laya.Scene.open("Prefab2D.lh"); (图3) (动图4) 2、Dialog属性介绍 (图5) 属性 功能 dragarea 拖动区域(格式:x,y,width,height),默认值为"0,0,0,0"。 ismodal 是否是模式窗口,默认...

来源: Laya3.0_文档 发布时间: 20230303

306. 微信小游戏设置网络动态加载无法显示 [ 65%]

...显示 我把图集资源放到了腾讯云上,也设置了域名信息 Laya.URL.rootPath = Laya.URL.basePath = "https://lg-f6ejft4c-1256468286 ... 3B%3B var asset = []; asset.push({ url : "res/atlas/game.atlas", type:Laya.Loader.ATLAS }); asset.push({ url : "res/atlas/bubbles.atlas", type:Laya.Lo...

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

307. Laya下的图片上传示例(完整版) [ 65%]

Laya下的图片上传示例(完整版) /** * 用户提交图片 file 表单 基于原生 dom * */ //创建隐藏的file并且把它和按钮对齐。达到位置一致,这里我们默认在0点位置 var file:any = Laya.Browser.document.createElement("input"); var img:any = Laya.Browser.docu...

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

308. 关于切换图片的问题 [ 64%]

... "res/plane.png"; private plane2:string = "res/untitled.png"; private img: Laya.Sprite; private flag: boolean = false; constructor() { Laya.init(1000,800); this.img = new Laya.Sprite; this.img.loadImage(this.plane1); Laya.stage.addChild(this.img); this.img.graphics.clear(); this.img.loadImage(this.p...

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

309. ComboBox显示问题 [ 64%]

ComboBox显示问题 package ui.modules.MainHead { import laya.ui.*; import laya.display.*;  public class MainHeadUI extends View { public var image1:Image; public var input:TextInput; public var combox:ComboBox; public var radio:RadioGroup; public var checkBox:CheckBox; public var gongji:Button; ...

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

310. 为什么hitTestPoint始终是false? [ 64%]

为什么hitTestPoint始终是false? class TestUI extends Laya.Sprite { private s:Laya.Sprite = new Laya.Sprite(); constructor() { super(); var img:Laya.Image = new Laya.Image("comp/bg.png"); this.s.addChild(img); this.addChild(this.s); Laya.stage.on(Laya.Event.CLICK, this, this.hitPoint); } priv...

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