Appearance
KBE3D / KBCore / Cesium / I3SField
类: I3SField
This class implements an I3S Field which is custom data attached to nodes
属性
resource
readonlyresource:Resource
Gets the resource for the fields
header
readonlyheader:any
Gets the header for this field.
values
readonlyvalues:any
Gets the values for this field.
name
readonlyname:string
Gets the name for the field.
方法
load()
load():
Promise<void>
Loads the content.
返回
Promise<void>
A promise that is resolved when the field data is loaded
构造函数
构造函数
new I3SField():
I3SField
返回
I3SField
