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

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

351. laya3d变换,m.transform.worldMatrix.setForward中,setForward的用法? [ 56%]

...关于遮罩的用法,在哪块可以找到? Laya.URL.basePath与Laya.loader.load用法 问题状态 最新活动: 2019-09-26 13:14 浏览: 919 关注: 1 人

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

352. LayaUI中的input组件不显示 [ 55%]

...dres(); function loadres(){ var res=[ {'url':'res/atlas/comp.json'} ] Laya.loader.load(res,Laya.Handler.create(this,Main)); } function Main(){ Laya.stage.addChild(new loginUI()); } })();   附件 : --> 2017-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

353. 百度小游戏 内存不断增大的情况 [ 55%]

...大的情况 __proto.onConfigLoaded=function(){ Laya.init(600,400); Laya.loader.load([{url:"res/atlas/comp.json",type:"atlas"}],Handler.create(this,this.onLoadUi)); } __proto.onLoadUi=function(){ Laya.timer.loop(100,this,this.onLoaded); } __proto.onLoaded=function(){ if(this.isOpen){ return; } this....

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

354. LayaAir下加载阿拉伯TTF字体,手机上显示时左右顺序反了。 [ 55%]

...dSans-Bold、DroidSansFallback Font.defaultFont = "36px Arial";     Laya.loader.load("data/Questv1_Regular.ttf", Handler.create(this,onLoaded), null, Loader.BUFFER); }   private function onLoaded():void { var arr:ArrayBuffer=Laya.loader.getRes("data/Questv1_Regular.ttf");   if(arr && Bro...

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

355. 发现TimeLine的一些问题,像是BUG [ 55%]

...ge { import laya.display.Sprite; import laya.events.Event; import laya.net.Loader; import laya.utils.Ease; import laya.utils.Handler; import laya.utils.Stat; import laya.utils.TimeLine; public class AirDemo { private var sp1:Sprite; private var sp2:Sprite; private var sp3:Sprite; private var timeLin...

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

356. scaleMode 用法 [ 55%]

...kAt的用法 关于几种文本的区别与用法 Laya.URL.basePath与Laya.loader.load用法 Animation用法疑问 const 用法 能否恢复Animation.getGraphicBounds在1.6时的用法 请问关于遮罩的用法,在哪块可以找到? scaleMode 在微信小游戏IDE上正常 在IOS端不正常,...

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

357. 特效播放问题 [ 55%]

...资源预加载之后,使用之前加上: var texture:Texture = Laya.loader.getRes(e.url); texture.bitmap.enableMerageInAtlas = false; rgxianzhan • 2017-10-23 19:39 不能在加载的时候设置大图合集么,使用的地方真不少 Monica • 2017-10-23 20:01 @rgxianzhan:关闭大图合...

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

358. [临时解决]bug?加载sk问题 [ 55%]

...是加载sk完成前,就调用动画导致 因此,在最开始用Laya.loader.Load(["drgon.sk"]......)这样的方式预加载 !!!结果,预加载时报错,就是这里: laya.core.js的7430行    if (this._pos_+2 > this._length)throw "getUint16 error - Out of bounds"; 但是,...

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

359. 播放swf动画的时候,会出现 Cannot read property 'dir' of undefined崩溃 [ 54%]

...ir' of undefined崩溃 这个是出错信息 this.basePath=this._atlasPath?Loader.getAtlas(this._atlasPath).dir:this._url.split(".swf")[0]+"/image/";    我们采用的播放模式是this.effectMovieClip.load(effectsPath,true);  effectsPath 是路径 我们的swf 文件在附件中, 附件 : --...

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

360. 解析xml,得到的结果和as3不同,和原始数据也不同。 [ 53%]

...现,2.1版本是正常的,还有,我的Laya里没有Laya.init和Laya.loader.loadLayaByteTest.rar 2016-09-14 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 刚才测试错了,是layaAir的测试方式 LayaFlash下,使用url.data的方式去获取xml的内容确实有问题 可...

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