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

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

961. laya.components.Widget_API3.0 [ 50%]

...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

962. laya.utils.Tween.to的第一个参数可以是个label? [ 50%]

... @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

963. 开关页面导致内存一直增长 [ 50%]

...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

964. laya.d3.core.QuaternionKeyframe_API3.0 [ 50%]

...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

965. laya.ui.Widget_API3.0 [ 50%]

...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

966. 问一下关于typescript模块化编程循环引用的问题 [ 50%]

...载,在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

967. Label在web和Native上面显示偶尔会有一些不规律的线条!! [ 50%]

...,否则会有内容清理问题   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

968. 在使用资源版本控制时,URL.formatURL中有个bug [ 50%]

在使用资源版本控制时,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

969. 遮罩导致在ios浏览器上运行黑屏 [ 50%]

...自: 杰哥 如果确认2.5.0beta不起作用,就找到laya.core.js 将 static setBlendFunc 方法中的 if 语句删掉   但2.5.0beta应该是起作用的,如果没有切换过类库,建议用新类库试试 2020-01-19 1 2 分享 微博 QZONE 微信 kylin 赞同来自: 试一下2.5.0beta...

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

970. 一个很奇怪的问题,不知道其他同学遇到没有 [ 50%]

...个文件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