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

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

1. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 100%]

...l=http://stand.alone.version/index.html D/RuntimeProxy: laya_get_value key=CacheDirInSdcard D/RuntimeProxy: laya_get_value key=CacheDir D/RuntimeProxy: laya_get_value key=ExpansionMainPath D/RuntimeProxy: laya_get_value key=ExpansionPatchPath I/layaConch3: m_interceptKey OK! E/LayaConch5: >>&g...

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

2. laya.net.Loader [ 96%]

...、二进制、图像等资源。 Public Properties PropertyDefined By  cache : Boolean[read-only] 是否缓存。Loader  data : *[read-only] 返回的数据。Loader  maxTimeOut : int = 100[static] 每帧回调最大超时时间,如果超时,则下帧再处理。Loader  parserMap : Obj...

来源: laya_api 发布时间: 20170929

3. laya.net.LoaderManager [ 91%]

...实例化此类,否则会导致不可预料的问题。 LoaderManager  cacheRes(url:String, data:*):void 缓存资源。 LoaderManager  cancelLoadByUrl(url:String):void 根据地址清理掉未加载的内容 LoaderManager  cancelLoadByUrls(urls:Array):void 根据地址集合清理掉未加...

来源: laya_api 发布时间: 20170929

4. laya.net.Loader [ 89%]

...、二进制、图像等资源。 Public Properties PropertyDefined By  cache : Boolean[read-only] 是否缓存。Loader  data : *[read-only] 返回的数据。Loader  maxTimeOut : int = 100[static] 每帧加载完成回调使用的最大超时时间,如果超时,则下帧再处理,防...

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

5. laya.net.LoaderManager [ 87%]

...实例化此类,否则会导致不可预料的问题。 LoaderManager  cacheRes(url:String, data:*):void 缓存资源。 LoaderManager  cancelLoadByUrl(url:String):void 根据地址清理掉未加载的内容 LoaderManager  cancelLoadByUrls(urls:Array):void 根据地址集合清理掉未加...

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

6. laya.net.LoaderManager_API3.0 [ 85%]

... Constructors constructor Properties maxLoader retryDelay retryNum Methods cacheRes cancelLoadByUrl cancelLoadByUrls clearRes clearResByGroup clearTextureRes clearUnLoaded create decodeBitmaps event getRes hasListener load off offAll offAllCaller on once setGroup Constructors constructor new LoaderM...

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

7. laya.net.Loader_API3.0 [ 62%]

...r extMap groupMap loadedMap preLoadedMap typeMap Accessors loading Methods cacheRes cancelLoadByUrl cancelLoadByUrls clearRes clearTextureRes clearUnLoaded event fetch getRes hasListener load loadPackage off offAll offAllCaller on once cacheRes clearRes clearResByGroup createNodes getAtlas getBaseTe...

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

8. 2D寻路 · LayaAir3.3 · 引擎文档 · LAYABOX [ 50%]

...一次 onAwake(): void { let sprite = this.owner as Laya.Sprite; //sprite.cache = true; this._temp = new Laya.Sprite(); this.owner.scene.addChild(this._temp); this.findCompents(this._allAgent, sprite.scene, Nav2DAgent); } onMouseClick(evt: Laya.Event): void { let pos = new Laya.Vector2(evt.stageX, e...

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

9. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 49%]

...d :entry:default@BuildJS... after 3 ms > hvigor Finished :entry:default@CacheNativeLibs... after 20 ms > hvigor WARN: ArkTS:WARN File: /Users/HonestQiao/Documents/Laya/LayaProject1/release/harmony/LayaProject1/entry/src/main/ets/MainAbility/MainAbility.ts:4:18 Currently module for 'liblaya.so'...

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

10. 资源加载 · LayaAir3.3 · 引擎文档 · LAYABOX [ 47%]

...优先加载。 group?: string; //分组,方便对资源进行管理。 cache?: boolean; //是否缓存 noRetry?: boolean; //是否重新尝试加载 silent?: boolean; //是否提示加载失败 useWorkerLoader?: boolean; //(default = false)是否使用worker加载(只针对IMAGE类型和ATLAS...

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