Class StructuralMetadata

StructuralMetadata class

This class provides support for EXT_structural_metadata, only used in glTF.

public class StructuralMetadata

Constructors

NameDescription
StructuralMetadata()The default constructor.

Properties

NameDescription
Classes { get; }The class definitions .
Enums { get; }The enum type definitions
PropertyTables { get; }The property tables in this metadata.

Methods

NameDescription
static From(Scene)Get StructuralMetadata associated with specified scene.
Attach(Scene)Attach current meta data to specified scene
CreateClass(string)Create a meta class type
CreateEnum(string)Create an enum type
CreatePropertyTable(string, ClassType)

Other Members

NameDescription
class ClassType
class EnumType
class EnumValue
class Property
class PropertyTable

See Also