Click or drag to resize

GLPlayerPrefsGetString Method

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

Parameters

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

Return Value

Type: String
See Also