WalkthroughManager

类:路径漫游管理器(用于存放和管理多个路径漫游对象)

Constructor

new Glodon.Bimface.Earth.Plugins.Walkthrough.WalkthroughManager(walkthroughManagerConfig)

构造路径漫游管理器

Parameters:
NameTypeDescription
walkthroughManagerConfigGlodon.Bimface.Earth.Plugins.Walkthrough.WalkthroughManagerConfig

路径漫游管理器配置项

Methods

addWalkthrough(name, walkthrough)

添加漫游路径

Parameters:
NameTypeDescription
nameString

漫游路径名称

walkthroughGlodon.Bimface.Earth.Plugins.Walkthrough.Walkthrough

漫游路径对象

Returns:
TypeDescription
String

漫游路径对象ID

getWalkthroughList()

获取漫游列表

Returns:
TypeDescription
Object

漫游列表数据

removeWalkthrough(ids)

清除漫游路径

Parameters:
NameTypeDescription
idsArray

多个漫游路径ID

setWalkthroughList(walkthroughList)

设置漫游列表

Parameters:
NameTypeDescription
walkthroughListObject

漫游列表数据