Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class Utils_PlayerPrefs

    Inheritance
    object
    Utils_PlayerPrefs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Fwt.Core
    Assembly: fwt.core.dll
    Syntax
    public static class Utils_PlayerPrefs

    Methods

    TryGetFloat(string, out float)

    Declaration
    public static bool TryGetFloat(string key, out float result)
    Parameters
    Type Name Description
    string key
    float result
    Returns
    Type Description
    bool

    TryGetInt(string, out int)

    Declaration
    public static bool TryGetInt(string key, out int result)
    Parameters
    Type Name Description
    string key
    int result
    Returns
    Type Description
    bool

    TryGetString(string, out string)

    Declaration
    public static bool TryGetString(string key, out string result)
    Parameters
    Type Name Description
    string key
    string result
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX