new Cesium.MetadataEnumValue(options)

一个元数据素值 .

See the 3D Metadata Specification for 3D Tiles

Name Type Description
options object 下列属性的对象 :
Name Type Description
value number 整数值.
name string Enum值的名称.
description string optional Um值的描述.
extras * optional 额外的用户定义属性 .
extensions object optional 包含扩展的对象 .
Experimental

This feature is using part of the 3D Tiles spec that is not final and is subject to change without Cesium's standard deprecation policy.

Members

readonly description : string

Um值的描述.

readonly extensions : object

包含扩展的对象 .

readonly extras : *

额外的用户定义属性 .

readonly name : string

Enum值的名称.

readonly value : number

整数值.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.