Click or drag to resize

GLPlayerPrefsGetFloat Method

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

Parameters

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

Return Value

Type: Single
See Also