大约有 2,654 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0073 秒)
Laya_社区(2024) Laya3.0_api(163) laya_api(112) Laya2.0_api(107) Laya2.0_文档(82) Laya_示例(68) Laya2.0_示例(51) Laya3.0_文档(47)
...niSound._audioCache[this.readyUrl]) { this.event(/*laya.events.Event.COMPLETE*/"complete"); return; } console.log(url); if (MiniAdpter.autoCacheFile && Mini...
来源: Laya_社区 发布时间: 20180503
...输入文字的多少,它会自动加长的效果。 但是当我监听Event.INPUT,执行动态增加输入框宽度时,出现了文字重叠,很难看, 我的代码很简单就是 let input: Laya.TextInput = new Laya.TextInput(); input.skin = "new/textinput.png"; input.sizeGrid = "50, ...
来源: Laya_社区 发布时间: 20170820
...All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态按钮。 Button 组件可显...
来源: Laya2.0_api 发布时间: 20190513
...ference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once setDDSData setImageData setKTXData setPixelsData updateSubPixelsData destroyUnusedResources Constructors constructor new TextureCube(size: nu...
来源: Laya3.0_api 发布时间: 20231115
...th(content); _$this._loaderCount || _$this.event(/*laya.events.Event.COMPLETE*/"complete"); }); }else { var info=LoaderManager._resMap; if (!info){ ...
来源: Laya_社区 发布时间: 20191122
...载方式 第一次发,不足之处还请见谅 class RES extends Laya.EventDispatcher{ // 资源组 public static groups: any; // 资源 public static resources: any; // 完成加载资源配置文件 public static ONLOADEDRESJSON: string = "onLoadedResJson"; // 资源配置文件加载出错 pub...
来源: Laya_社区 发布时间: 20161011
...题。最好可以附上demo 2018-10-25 0 1 分享 微博 QZONE 微信 S_eVent 赞同来自: 目前回退回1.7.20版本可以解决此问题,1.7.21和1.7.22均存在此问题,未升级到正式版的1.7.21beta版本不会出现此问题 2018-10-26 0 1 分享 微博 QZONE 微信 为什么被折...
来源: Laya_社区 发布时间: 20181025
...ference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once setImageData setPixlesData setSubPixelsData destroyUnusedResources Constructors constructor new Texture2DArray(width: number, height: number,...
来源: Laya3.0_api 发布时间: 20231115
...css就解决了 外层(被遮挡的层){ pointer-events: none; } 内层(要发生事件的层){ pointer-events: auto; } pointer-events属性本身有很多取值,但只有none和auto可以用在浏览器上,其他都只...
来源: Laya_社区 发布时间: 20170517
...class HTMLDivElement 构造中监听一下 this.on(Laya.Event.MOUSE_OVER, this, this._onMouseOver); this.on(Laya.Event.MOUSE_OUT, this, this._onMouseOut); this.on(Laya.Event.MOUSE_MOVE, this, this._onMouseMove); 增加如下3个方法 ...
来源: Laya_社区 发布时间: 20200724