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

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

31. 求HTTP相关的文档或者例子谢谢了 [ 64%]

...nts.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.net.URLRequestMethod; import flash.net.URLVariables; public cl...

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

32. laya.utils.Tween [ 63%]

...对目标对象属性的渐变。 Public Properties PropertyDefined By  progress : Number[write-only] 设置当前执行比例Tween  update : Handler更新回调,缓动数值发生变化时,回调变化的值TweenPublic Methods  MethodDefined By  clear():void 停止并清理当前缓动...

来源: laya_api 发布时间: 20170929

33. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 62%]

...= <Area>{ w: -1, h: -1 };  /** 血条 */ private _blood_chart: Laya.ProgressBar; // toset: private _blood_area: Area = new AreaEntity( 100, 20 ); public _blood_value: number;  /** 魔鬼 */ private _demon_ani: Laya.Animation; // toset: private _demon_area: Area = new AreaEntity( 100, 100); ...

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

34. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 62%]

....Event.COMPLETE, e);             }         }         private progressHandler(e: any): void {             console.log("netconnection progress:", e);             this.event(Laya.Event.PROGRESS, e);         }         private errorHandler(e: any): void {           ...

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

35. laya.utils.Tween [ 62%]

...对目标对象属性的渐变。 Public Properties PropertyDefined By  progress : Number[write-only] 设置当前执行比例Tween  repeat : int = 1重播次数,如果repeat=0,则表示无限循环播放Tween  update : Handler更新回调,缓动数值发生变化时,回调变化的...

来源: Laya2.0_api 发布时间: 20190513

36. 【简单跑酷--JS版】---Lv.6 终篇 [ 59%]

...fig.GameHeight - this.txt.height) * 0.5; this.addChild(this.txt); } _proto.progress = function(value){ this.txt.text = "Loading " + parseInt(value * 100) + "%"; } })();[/i][i](function () { /** * 游戏介绍 */ function GameInfo(){ this.bg = null; this.txt = null; GameInfo.__super.call(this); this....

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

37. laya.display.Scene_API3.0 [ 55%]

...500毫秒 Returns void Static load load(url: string, complete?: Handler, progress?: Handler): Promise<Scene> Defined in laya/display/Scene.ts:372 加载场景及场景使用到的资源 Parameters url: string 场景地址 Default value complete: Handler = null 加载完成回调,返回场景...

来源: Laya3.0_api 发布时间: 20231115

38. laya.ui.View_API3.0 [ 55%]

...500毫秒 Returns void Static load load(url: string, complete?: Handler, progress?: Handler): Promise<Scene> Inherited from Scene.load Defined in laya/display/Scene.ts:372 加载场景及场景使用到的资源 Parameters url: string 场景地址 Default value complete: Handler = null 加载...

来源: Laya3.0_api 发布时间: 20231115

39. 微信小游戏加载资源问题 [ 53%]

...lBack != null && callBack.runWith([1, data]); } }); downloadTask.onProgressUpdate(function (data) { callBack != null && callBack.runWith([2, data.progress]); }); } static readFile(filePath, encoding = "utf8", callBack = null, readyUrl = "", isSaveFile = false, fil...

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

40. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 53%]

...为横屏 Laya.stage.screenMode="horizontal"; //加载FGUI中的文件 var ProgressBar,resArray; Laya.loader.load([ {url:"res/Public.fui",type:laya.net.Loader.BUFFER}, {url:"res/Public@atlas_ucn9w.png",type:laya.net.Loader.IMAGE}, {url:"res/Public@atlas_ucn90.png",type:laya.net.Loader.IMAGE}, {url:"...

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