docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetMetadatas

    GetMetadatas<TObject>(IList<TObject>)

    Populates the list with all Metadata from MetadataEntries that is of type TObject.

    Declaration
    public void GetMetadatas<TObject>(IList<TObject> foundItems) where TObject : IMetadata
    Parameters
    Type Name Description
    IList<TObject> foundItems
    Type Parameters
    Name Description
    TObject
    Implements
    IMetadataCollection.GetMetadatas<TObject>(IList<TObject>)

    GetMetadatas<TObject>()

    Returns all Metadata from MetadataEntries that is of type TObject.

    Declaration
    public IList<TObject> GetMetadatas<TObject>() where TObject : IMetadata
    Returns
    Type Description
    IList<TObject>
    Type Parameters
    Name Description
    TObject
    Implements
    IMetadataCollection.GetMetadatas<TObject>()
    In This Article
    Back to top
    Copyright © 2024 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)