Click or drag to resize

GLPlayerPrefsGetInt Method

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static int GetInt(
	string scope,
	string key,
	int defaultValue = 0
)

Parameters

scope
Type: SystemString
key
Type: SystemString
defaultValue (Optional)
Type: SystemInt32

Return Value

Type: Int32
See Also