大约有 1,262 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0042 秒)
Laya3.0_api(409) Laya_社区(375) Laya2.0_api(226) laya_api(168) Laya2.0_文档(49) Laya3.0_文档(25) Laya2.0_示例(7) Laya_示例(3)
...rited from Component.scriptPath Defined in laya/components/Component.ts:35 Static EMPTY EMPTY: Widget = null Defined in laya/components/Widget.ts:11 一个已初始化的 Widget 实例。 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:8...
来源: Laya3.0_api 发布时间: 20231115
... @return 返回Tween对象。 */ public static function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoRecover:Boolean = true):Tween { return Pool.getItemB...
来源: Laya_社区 发布时间: 20180425
...List);//clearTextureRes方法清理atlas } 这个页面的资源 static ResList: Array<Object> = [ { url: "npc.json", type: Laya.Loader.JSON }, { url: "packatlas/uiatlasnew/talk.atlas", type: Laya.Loader.ATLAS } ]; 通过直接加...
来源: Laya_社区 发布时间: 20200915
...ode: Vector4 Defined in laya/d3/core/QuaternionKeyframe.ts:20 权重模式 Static defaultWeight defaultWeight: number = 0.33333 Inherited from Keyframe.defaultWeight Defined in laya/d3/core/Keyframe.ts:17 Methods clone clone(): any Inherited from Keyframe.clone Defined in laya/d3/core/Keyframe.ts:41...
来源: Laya3.0_api 发布时间: 20231115
...rited from Component.scriptPath Defined in laya/components/Component.ts:35 Static EMPTY EMPTY: Widget = null Defined in laya/ui/Widget.ts:12 一个已初始化的 Widget 实例。 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Return...
来源: Laya3.0_api 发布时间: 20231102
...载,在class A里面定义了class B的静态变量 class A{ public static b:B = new B(); } 这种,由于B并不存在 所以翻译成A.b=new B();肯定也是报错的,这种情况typescript是怎么写才好? 2017-03-02 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 在layaair...
来源: Laya_社区 发布时间: 20170302
...,否则会有内容清理问题 this.destroy(); return; } static getTextTexture(w: number, h: number): TextTexture { // 不再回收 return new TextTexture(w, h); } 2020-03-02 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 可以传个复现demo吗,我自己弄不...
来源: Laya_社区 发布时间: 20200302
在使用资源版本控制时,URL.formatURL中有个bug public static function formatURL(url:String, base:String = null):String { if (!url) return "null path"; //如果是全路径,直接返回,提高性能 if (url.indexOf(":") > 0) return url; //自定义路径格式化 if (customFormat !=...
来源: Laya_社区 发布时间: 20171213
...自: 杰哥 如果确认2.5.0beta不起作用,就找到laya.core.js 将 static setBlendFunc 方法中的 if 语句删掉 但2.5.0beta应该是起作用的,如果没有切换过类库,建议用新类库试试 2020-01-19 1 2 分享 微博 QZONE 微信 kylin 赞同来自: 试一下2.5.0beta...
来源: Laya_社区 发布时间: 20200115
...个文件common.ts中定义的类: class common{ constructor(){ } public static num : number = 1000000; } 然后启动调试,居然报了这个错: Uncaught ReferenceError: common is not defined at new main (main.ts:4) at main.ts:11 我试了很多次,都是这样,哪位大神...
来源: Laya_社区 发布时间: 20180208