Class StructuralMetadata
This class provides support for EXT_structural_metadata, only used in glTF.
public class StructuralMetadata
Constructors
Properties
Name | Description |
---|
Classes { get; } | The class definitions . |
Enums { get; } | The enum type definitions |
PropertyTables { get; } | The property tables in this metadata. |
Methods
Name | Description |
---|
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
See Also