docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetDefaultProperties

    GetDefaultProperties()

    Get all default properties stored in this definition.

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

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

    GetDefaultProperties(Dictionary<string, Property>)

    Get all default properties stored in this definition.

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

    The dictionary to fill with the properties stored in this definition. 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)