大约有 167 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...主程序过大的问题 怎么实现同一个工程内分包? ios原生回调问题 mask在layaplayer中有问题 问题状态 最新活动: 2018-01-03 15:17 浏览: 1371 关注: 2 人
来源: Laya_社区 发布时间: 20180103
...片地址。 * @param complete (可选)加载完成回调。 * @return 返回精灵对象本身。 */ public function loadImage(url:String, complete:Handler = null):Sprite 2.0接口改了,还有你的sprite 没有指...
来源: Laya_社区 发布时间: 20181010
...All后留白部分的颜色问题 IDE1.7.8 json图集加载问题 ios原生回调问题 关于removechild、destory、clear的问题 mask在layaplayer中有问题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 关于apk打包动画卡的问题 问题状态 最新活动: 2018-01-21 13:...
来源: Laya_社区 发布时间: 20180117
..."; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded)); function onLoaded(){ //创建一个UI实例 this.comp = new ui.ComponentDemoUI(); //添加到舞台上显示 Laya.stage.addChild(this.c...
来源: Laya2.0_文档 发布时间: 20210714
...h,sp.height); })); Laya.stage.addChild(sp); ``` loadImage在加载完成的回调函数触发之后才可以正确获取宽高。 1. **直接调用size设置:** ```typescript Laya.loader.load("res/apes/monkey2.png",Laya.Handler.create(this,function() { var texture=Laya.loader.getRes("res/apes/monk...
来源: Laya2.0_文档 发布时间: 20210714
..."; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded():void{ //创建一个UI实例 this.comp = new ui.ComponentDemoUI(); //添加到舞台上显示 Laya.stage.addC...
来源: Laya2.0_文档 发布时间: 20210715
...#ffffff"; //先加载图片资源,在图片资源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(this.monkey2,Laya.Handler.create(this,graphicsImg)); function graphicsImg(){ var img = new Laya.Sprite(); //获取图片资源,绘制到画布 img.graphics.drawTex...
来源: Laya_社区 发布时间: 20170825
...现The AudioContext was not allowed to start. 骨骼动画播放完后的回调时间 ide 2.4 layaair2-cmd 编译报错 关于龙骨动画转换 lh文件内meshSprite添加阴影属性无效 图片添加点击事件 有的不生效 问题状态 最新活动: 2017-01-05 11:45 浏览: 1761 关注: 2 ...
来源: Laya_社区 发布时间: 20170105
..."; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("./res/atlas/ui.atlas", Handler.create(this, onLoaded)); } private function onLoaded():void { //创建一个UI实例 comp = new ComponentDemoUI(); //添加到舞台上显示 Laya.stage.addChild(c...
来源: Laya2.0_文档 发布时间: 20210715
...8-10-08 14:25 laya.wxmini.js 里面,downFiles和downOtherFiles 的 成功回调里面,后者没有处理非200的情况。导致不会触发错误事件 hj • 2018-10-08 14:58 只要文件加载的code码返回的不是200,全部按图片加载失败处理,从代码上看,返回的图片...
来源: Laya_社区 发布时间: 20180926