Click or drag to resize
uLiveWallpaper
LiveWallpaperEmulationSetWallpaperOffsetEmulator Method
Sets the wallpaper offset emulator. If another emulator was registered at the moment of the call, it is immediately unregistered.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public static void SetWallpaperOffsetEmulator(
	ILiveWallpaperOffsetEmulator emulator
)

Parameters

emulator
Type: LostPolygon.uLiveWallpaperILiveWallpaperOffsetEmulator
The emulator instance, or null to unregister any current emulator.
See Also