docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetStaticProperties

    GetStaticProperties()

    Get all static properties stored in this item.

    Declaration
    public Dictionary<string, Property> GetStaticProperties()
    Returns
    Type Description
    Dictionary<string, Property>

    Return a new dictionary containing all properties stored in this item. The returned dictionary is never null.

    GetStaticProperties(Dictionary<string, Property>)

    Get all static properties stored in this item.

    Declaration
    public void GetStaticProperties(Dictionary<string, Property> target)
    Parameters
    Type Name Description
    Dictionary<string, Property> target

    The dictionary to fill with the properties stored in this item. It is cleared before being filled.

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown if the given target is null.

    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)