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

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

41. 2.0下资源加载和销毁内存问题 [ 60%]

...博 QZONE 微信 Laya_Aaron 赞同来自: (getRes(“xxx”) as Laya.Resource).destroy 2019-04-29 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 虎威 相关问题 laya针对页游耗用内存大的问题是如何解决的? 加载...

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

42. 输入文本组件 · LayaAir3.0文档 · LAYABOX [ 60%]

...建完毕,此方法只执行一次 */ onAwake(): void { this.skins = ["resources/res/ui/input (1).png", "resources/res/ui/input (2).png", "resources/res/ui/input (3).png", "resources/res/ui/input (4).png"]; Laya.loader.load(this.skins).then( ()=>{ this.onLoadComplete(); } ); } private onLoadCom...

来源: Laya3.0_文档 发布时间: 20241014

43. Laya.URL.basePath加载不到网络资源 [ 60%]

...ge.html:1 j.onmessage @ gamePage.html:1 2code.js:57322 HHHH false VM1768:1 Resources already exist,is repeated loading: https://piggy.q1.comres/sound/BGM.mp3 console.warn @ VM1768:1 Loader.cacheRes @ code.js:12995 SoundManager.playSound @ code.js:4963 SoundManager.playMusic @ code.js:4988 GameEx.onL...

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

44. 多行输入文本组件 · LayaAir3.0文档 · LAYABOX [ 60%]

...s() export class UI_TextArea extends Laya.Script { private skin: string = "resources/res/ui/textarea.png"; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { Laya.loader.load(this.skin).then( ()=&g...

来源: Laya3.0_文档 发布时间: 20241014

45. 位图切片组件 · LayaAir3.0文档 · LAYABOX [ 60%]

...下资源来自“引擎API使用示例” private buttonSkin: string = "resources/res/ui/button-7.png"; private clipSkin: string = "resources/res/ui/num0-9.png"; private bgSkin: string = "resources/res/ui/coutDown.png"; counter: any; controller: any; currFrame: any; //组件被激活后执行,此...

来源: Laya3.0_文档 发布时间: 20241014

46. clearUnLoaded的bug LayaAirIDE1.7.9 [ 60%]

...(this, onComplete)) }  function onComplete(){     trace("complete") } Resources already exist,is repeated loading: res/download/bg/bg5.jpg这是我的代码,有个问题是,为什么clearUnLoaded是无法清理为完成的下载(下面是官方说明) /** 清理当前未完成的加载...

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

47. 纹理压缩 · LayaAir3.0文档 · LAYABOX [ 59%]

...包括使用纹理压缩信息,打开.json文件如下: { "files": { "resources": [ "layabox.png" ] }, "config": [ { "sRGB": true, "filterMode": 1, "mipmap": true, "pma": false, "files": [ { "file": "0", "ext": "dds", "format": 3 }, { "file": "", "ext": "png", "format": 1 } ], "platforms": { "0"...

来源: Laya3.0_文档 发布时间: 20241109

48. 动画不显示 [ 59%]

...import laya.net.Loader;     import laya.ui.TextArea;     import laya.resource.Texture;     import laya.maths.Point;     import laya.utils.Tween;     import laya.d3.resource.models.PrimitiveMesh;     import laya.debug.DebugPanel;     import laya.debug.DebugTool;     import lay...

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

49. 关于大量图片加载绘制后的内存暴增的疑问 [ 56%]

... package { import laya.display.Sprite; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; import laya.utils.Stat; import laya.webgl.WebGL; public class Demo { private var num:Number=0;//加载图片的个数 private var sp:Sprite;//显示图片的显示对象容器 priv...

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

50. 下拉选项框组件 · LayaAir3.0文档 · LAYABOX [ 45%]

...s() export class UI_ComboBox extends Laya.Script { private skin: string = "resources/res/ui/combobox.png";//资源来自“引擎API使用示例” pageWidth: number; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onA...

来源: Laya3.0_文档 发布时间: 20241014