Click or drag to resize

GLPlayerPrefsGetBool Method

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

Parameters

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

Return Value

Type: Boolean
See Also