WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
TileSchedulerEvents
Interface TileSchedulerEvents
瓦片调度器事件
interface
TileSchedulerEvents
{
onTileLoaded
?:
(
key
:
string
,
texture
:
Texture
)
=>
void
;
onTileError
?:
(
key
:
string
,
error
:
Error
)
=>
void
;
onAllLoaded
?:
()
=>
void
;
}
Index
Properties
on
Tile
Loaded?
on
Tile
Error?
on
All
Loaded?
Properties
Optional
on
Tile
Loaded
onTileLoaded
?:
(
key
:
string
,
texture
:
Texture
)
=>
void
瓦片加载完成
Optional
on
Tile
Error
onTileError
?:
(
key
:
string
,
error
:
Error
)
=>
void
瓦片加载失败
Optional
on
All
Loaded
onAllLoaded
?:
()
=>
void
所有瓦片加载完成
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
on
Tile
Loaded
on
Tile
Error
on
All
Loaded
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
瓦片调度器事件