docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Set

    Set(string, float)

    Declaration
    public void Set(string key, float value)
    Parameters
    Type Name Description
    string key
    float value

    Set(string, double)

    Declaration
    public void Set(string key, double value)
    Parameters
    Type Name Description
    string key
    double value

    Set(string, bool)

    Declaration
    public void Set(string key, bool value)
    Parameters
    Type Name Description
    string key
    bool value

    Set(string, int)

    Declaration
    public void Set(string key, int value)
    Parameters
    Type Name Description
    string key
    int value

    Set(string, object)

    Declaration
    public void Set(string key, object value)
    Parameters
    Type Name Description
    string key
    object value

    Set(string, long)

    Declaration
    public void Set(string key, long value)
    Parameters
    Type Name Description
    string key
    long value

    Set(string, string)

    Declaration
    public void Set(string key, string value)
    Parameters
    Type Name Description
    string key
    string value
    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)