大约有 78 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0055 秒)
...= true 是否调整地块边缘消除缩放导致的缝隙 TiledMap autoCache : Boolean = true 是否自动缓存没有动画的地块 TiledMap autoCacheType : String = normal 自动缓存类型,地图较大时建议使用normal TiledMap cacheAllAfterInit : Boolean = false 是否在加载...
来源: laya_api 发布时间: 20170929
...= true 是否调整地块边缘消除缩放导致的缝隙 TiledMap autoCache : Boolean = true 是否自动缓存没有动画的地块 TiledMap autoCacheType : String = normal 自动缓存类型,地图较大时建议使用normal TiledMap cacheAllAfterInit : Boolean = false 是否在加载...
来源: Laya2.0_api 发布时间: 20190513
...solve, reject) => { // get Laya.timer.once(5000, null, function () { // cache user // 把user传个下个场景 let user = {name: 'ttaccp'} resolve(user) }) }) } } loadingpageRuntime.jsexport default class loadingpage extends Laya.View { constructor() { super() } onEnable() { this.text = this.get...
来源: Laya_社区 发布时间: 20181124
...Hierarchy TiledMap Index Constructors constructor Properties antiCrack autoCache autoCacheType cacheAllAfterInit enableMergeLayer removeCoveredTile showGridTextureCount ORIENTATION_HEXAGONAL ORIENTATION_ISOMETRIC ORIENTATION_ORTHOGONAL ORIENTATION_STAGGERED RENDERORDER_LEFTDOWN RENDERORDER_LEFTUP RE...
来源: Laya3.0_api 发布时间: 20231115
...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
...优先加载。 group?: string; //分组,方便对资源进行管理。 cache?: boolean; //是否缓存 noRetry?: boolean; //是否重新尝试加载 silent?: boolean; //是否提示加载失败 useWorkerLoader?: boolean; //(default = false)是否使用worker加载(只针对IMAGE类型和ATLAS...
来源: Laya3.0_文档 发布时间: 20251010
...一次 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
...se 优化DrawCall DrawCallOptimize 是否开启DrawCall优化 缓存模式 Cache As 是否开启静态缓存优化 遮罩 Mask 设置遮罩节点对象 点击区域 Hit Area 点击区域 后期处理 Filters UI滤镜效果 其中Mouse Enabled、Mouse Through、Hit Test Prior、Hit Area统一放在...
来源: Laya3.0_文档 发布时间: 20251010
...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
...ough name drawtocanvCtx Accessors active activeInHierarchy alpha blendMode cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea href i...
来源: Laya3.0_api 发布时间: 20231102