Appearance
KBE3D / KBCore / Cesium / MetadataEnum
类: MetadataEnum
A metadata enum. <p> See the 3D Metadata Specification for 3D Tiles </p>
参数
Object with the following properties:
参数
The ID of the enum.
参数
The enum values.
参数
The enum value type.
参数
The name of the enum.
参数
The description of the enum.
参数
Extra user-defined properties.
参数
An object containing extensions.
属性
values
readonlyvalues:MetadataEnumValue[]
The enum values.
valueType
readonlyvalueType:MetadataComponentType
The enum value type.
id
readonlyid:string
The ID of the enum.
name
readonlyname:string
The name of the enum.
description
readonlydescription:string
The description of the enum.
extras
readonlyextras:any
Extra user-defined properties.
extensions
readonlyextensions:any
An object containing extensions.
构造函数
构造函数
new MetadataEnum(
options: {id:string;values:MetadataEnumValue[];valueType?:MetadataComponentType;name?:string;description?:string;extras?:any;extensions?:any; }):MetadataEnum
参数
options
id
string
values
valueType?
name?
string
description?
string
extras?
any
extensions?
any
返回
MetadataEnum
