Namespace Unity.Cloud.Metadata
Classes
DynamicDictionary
GetMetadataParameters
Contains all the parameters to query either the metadata API or the database directly
Match
Class containing a scene object's id and its associated metadata
MatchCollection
Represent the sets of successful metadata matches found by a query.
MetadataProvider
Allows querying of geometric metadata in the scene. Can either be used to called the cloud api or a local database.
MetadataProviderExtensions
MetadataQueryBuilder
Allow to build fluently a query to the metadata provider.
Interfaces
IMetadataProvider
Provides an abstraction of the MetadataClient to allow testing and mocking. Use the MetadataProvider (the default implementation) in functional code to implement this interface's functionality.