Wallpaper Manager
Workflow
A component responsible for creating wallpaper items. It only requires a library, which can be found on Tools > DreamOS > Show Wallpaper Library.

API / Scripting
using Michsky.DreamOS; // namespace
public WallpaperManager wpManager;
void YourFunction()
{
wpManager.saveSelected = true; // Change wallpaper save state
wpManager.SetWallpaper(5); // Change wallpaper by library index
wpManager.AddWallpaperToLibrary(Sprite image, string name); // Add a new wallpaper to the library
wpManager.InitializeWallpapers(); // Initialize wallpaper library
}
How can we help?
A premium WordPress theme with an integrated Knowledge Base,
providing 24/7 community-based support.