new Cesium.MetadataClass(options)

元数据类.

See the 3D Metadata Specification for 3D Tiles

Name Type Description
options object 下列属性的对象 :
Name Type Description
id string 阶级身份证.
name string optional 类名.
description string optional 班级简介.
properties Object.<string, MetadataClassProperty> optional 类属性,其中每个键是属性ID.
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

班级简介.

readonly extensions : object

包含扩展的对象 .

readonly extras : *

额外的用户定义属性 .

readonly id : string

阶级身份证.

readonly name : string

类名.

readonly properties : Object.<string, MetadataClassProperty>

阶级属性.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.