new Cesium.MetadataSchema(options)

包含课程和药丸的图案.

See the 3D Metadata Specification for 3D Tiles

Name Type Description
options object 下列属性的对象 :
Name Type Description
id string optional 计划的身份
name string optional 须a之名.
description string optional 计划简介.
version string optional 应用特定版本的schema.
classes Object.<string, MetadataClass> optional 在schema中定义的类,其中每个键是类ID.
enums Object.<string, MetadataEnum> optional 在图案中定义的 Enums,其中每个键是 enum 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 classes : Object.<string, MetadataClass>

在计划中定义的类.

readonly description : string

计划简介.

readonly enums : Object.<string, MetadataEnum>

在图中定义的 Enums.

readonly extensions : object

包含扩展的对象 .

readonly extras : *

额外的用户定义属性 .

readonly id : string

计划的身份.

readonly name : string

须a之名.

readonly version : string

应用特定版本的schema.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.