大约有 2,789 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0070 秒)
Laya_社区(1162) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya3.0_文档(117) Laya2.0_示例(109)
... private static onRequestComplete(hr:Laya.HttpRequest, call:Laya.Handler):void { call.runWith(hr.data); Http._requests.push(hr); } 2019-06-10 0 1 分享 微博 QZONE 微信 1560063291用户 赞同来自: 已解决,联系我 xyz 2019-06-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20190609
...):Boolean 确定此 Rectangle 对象是否为空。 Rectangle recover():void 回收 Rectangle reset():Rectangle 重置 Rectangle setTo(x:Number, y:Number, width:Number, height:Number):Rectangle 将 Rectangle 的属性设置为指定值。 Rectangle toString():String 当前 Rectangle 对...
来源: Laya2.0_api 发布时间: 20190513
...e", referenced from: AudioEngineInterruptionListenerCallback(void*, unsigned long) in libconch.a(conchRuntime.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) 你好.昨天下载的l...
来源: Laya_社区 发布时间: 20160918
...关键帧 */ private createAniTemplate(name: string, len: number = 8): void { let aniFrames: Array<string> = []; for (let i: number = 0; i < len; i++) { aniFrames.push("resources/UI/role/atlasAni2/139x/" + name + i + ".png"); } Laya.Animation.createFram...
来源: Laya_社区 发布时间: 20230707
...html.on(Event.MOUSE_DOWN,this,onHtmlDown); } private function onHtmlDown():void { html.startDrag(new Rectangle(50,50,300,300),false,10); } } } 2017-09-05 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lzb1234562017 相关问题 Dialog:...
来源: Laya_社区 发布时间: 20170905
...")) as Laya.Sprite3D; this.lz.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); }); 之前是按照ls导出的不回调,你们在线技术说场景只能用相机操作。我现在改成了Sprite3D ,lh文件 依旧不回调 2018-03-27 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20180327
...get index():Mod { return _instance ||= new Mod(); } public function init():void { Mod.event("aaaa"); } } }监听:Mod.on("aaa",this,onFunciton) 2016-12-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 wcj951627735 相关问题 两个...
来源: Laya_社区 发布时间: 20161218
...this.w, this.h, WebGL); this.createText(); this.start(); } private start():void { for (var i:number = 0; i this.w) { this.stars[i].x = this.stars[i].x - this.w; } else if (this.stars[i].x this.h) { this.stars[i].y = this.stars[i].y - this.h; } else if (this.stars[i].y w) { stars[i].x = stars[i].x - ...
来源: Laya2.0_示例 发布时间: 20260303
...bitmap 不一样吗? 我传不过去 安卓上的代码: public static void shareImage(Bitmap shareBitma) { //初始化wXImageObject和XMediaMessage对象 WXImageObject imgObj = new WXImageObject(shareBitmap); msg.mediaObject = imgObj; // 设置缩略图 Bitmap thumbBmp = Bitmap.createScaledBitm...
来源: Laya_社区 发布时间: 20180329
...); Laya.stage.on(Event.CLICK,this,clickFun); } private function clickFun():void { if( clip == null ){ clip = new Clip("1.png",6,6); Laya.stage.addChild(clip); clip.play(); }else{ clip.dispose(); clip = null; } } 请官方给一个解决方案 目前我把weakobject里的数值设置为null了 但感...
来源: Laya_社区 发布时间: 20171128