docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method GetFloat

    GetFloat(string, float, string)

    Gets the float value stored in the Editor preferences for the calling property.

    Declaration
    public static float GetFloat(string typeName, float defaultValue = 0, string propertyName = null)
    Parameters
    Type Name Description
    string typeName

    The name of the type that declares the property

    float defaultValue

    Value to be used as default if a preference value has not been stored.

    string propertyName

    Name of calling property. When invoking this function from a property getter or setter, you can leave this parameter blank and it will be filled in by the property name.

    Returns
    Type Description
    float

    The float value stored in the Editor preferences for the calling 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)