Click or drag to resize
uLiveWallpaper
LiveWallpaperPreferencesGetFloat Method
Retrieves a value from the preferences.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public static float GetFloat(
	string key,
	float defaultValue = 0f
)

Parameters

key
Type: SystemString
Preference key.
defaultValue (Optional)
Type: SystemSingle
Value to be returned if preference had no value, or on error.

Return Value

Type: Single
Value of the preference with key key, defaultValue if preference is not set, or on error.
See Also