Class Utils_PlayerPrefs
Inherited Members
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 |