Click or drag to resize
uLiveWallpaper
LiveWallpaperPreferencesSetFloat Method
Sets a preference value.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public static bool SetFloat(
	string key,
	float value
)

Parameters

key
Type: SystemString
Preference key.
value
Type: SystemSingle
Value to be written into preference.

Return Value

Type: Boolean
true on success, false if editing session has not been started, on error.
See Also