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