Skip to content

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

readonly value: number

The integer value.


name

readonly name: string

The name of the enum value.


description

readonly description: string

The description of the enum value.


extras

readonly extras: any

Extra user-defined properties.


extensions

readonly extensions: 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

KBE3D @3.0.0 Copyright © 2024-present KBE3D