English中文

MetadataEnumValue

new Cesium.MetadataEnumValue(options)

元数据枚举值。 A metadata enum value.

请参阅 See the 3D Metadata Specification 对于 3D Tiles for 3D Tiles

名称 Name 类型 Type 说明 Description
options object 具有以下属性的对象: Object with the following properties:
名称 Name 类型 Type 说明 Description
value number 整数值。 The integer value.
name string 枚举值的名称。 The name of the enum value.
description string 可选 optional 枚举值的描述。 The description of the enum value.
extras * 可选 optional 额外的用户定义属性。 Extra user-defined properties.
extensions object 可选 optional 包含扩展的对象。 An object containing extensions.
实验性 Experimental

此功能使用的是 3D Tiles 规范的一部分,该规范不是最终版本,并且可能会在没有 Cesium 的标准弃用政策的情况下进行更改。 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

枚举值的描述。 The description of the enum value.

readonly extensions : object

包含扩展的对象。 An object containing extensions.
额外的用户定义属性。 Extra user-defined properties.
枚举值的名称。 The name of the enum value.
整数值。 The integer value.
需要帮助吗?获得答案的最快方法是从社区和团队那里获得答案 Need help? The fastest way to get answers is from the community and team on the Cesium Forum.