docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetPropertyValue

    GetPropertyValue<T>(string, out T)

    This method can be used to get the property value.

    Declaration
    public bool GetPropertyValue<T>(string propName, out T data)
    Parameters
    Type Name Description
    string propName

    Name of the property

    T data

    Data is written to this ref

    Returns
    Type Description
    bool

    True if value was fetched successfully.

    Type Parameters
    Name Description
    T

    Type of the property

    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)