new Cesium.MetadataEnum(options)

一个元数据enum.

See the 3D Metadata Specification for 3D Tiles

Name Type Description
options object 下列属性的对象 :
Name Type Default Description
id string Um的ID.
values Array.<MetadataEnumValue> 电荷值.
valueType MetadataComponentType MetadataComponentType.UINT16 optional The enum value type.
name string optional 释名.
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 id : string

Um的ID.

readonly name : string

释名.

readonly values : Array.<MetadataEnumValue>

电荷值.

readonly valueType : MetadataComponentType

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