EarthSDK
官网
对象索引
详细搜索
正在准备搜索索引...
earthsdk3
ESObjectsManagerJsonType
类型别名 ESObjectsManagerJsonType
对象管理器的 JSON 类型
type
ESObjectsManagerJsonType
=
{
asset
:
{
createdTime
:
string
;
modifiedTime
:
string
;
name
:
string
;
type
:
string
;
version
:
string
;
}
;
lastView
?:
ESJViewInfo
;
sceneTree
?:
SceneTreeJsonValue
;
viewCollection
?:
ESJViewInfo
[]
;
viewers
?:
JsonValue
;
}
索引
属性
asset
last
View?
scene
Tree?
view
Collection?
viewers?
属性
asset
asset
:
{
createdTime
:
string
;
modifiedTime
:
string
;
name
:
string
;
type
:
string
;
version
:
string
;
}
资产信息
可选
last
View
lastView
?:
ESJViewInfo
最后一个视图信息,可选参数
可选
scene
Tree
sceneTree
?:
SceneTreeJsonValue
场景树信息,可选参数
可选
view
Collection
viewCollection
?:
ESJViewInfo
[]
视图集合信息,可选参数
可选
viewers
viewers
?:
JsonValue
查看器信息,可选参数
显示设置
成员可见性
继承
配色
自动
浅色
深色
目录
属性
asset
last
View
scene
Tree
view
Collection
viewers
官网
对象索引
详细搜索
EarthSDK
加载中……
对象管理器的 JSON 类型