docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MetadataExtensions

    Inheritance
    object
    MetadataExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public static class MetadataExtensions

    Methods

    ToObjectDictionary(IReadOnlyDictionary<string, MetadataValue>)

    Returns a dictionary of metadata values.

    Declaration
    public static Dictionary<string, object> ToObjectDictionary(this IReadOnlyDictionary<string, MetadataValue> metadataValues)
    Parameters
    Type Name Description
    IReadOnlyDictionary<string, MetadataValue> metadataValues

    The IMetadataContainer to convert to a dictionary.

    Returns
    Type Description
    Dictionary<string, object>

    A dictionary of metadata values.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)