Enum LauncherBackgroundFlag
- Namespace
- Hi3Helper.Plugin.Core.Management.Api
- Assembly
- Hi3Helper.Plugin.Core.dll
Flags representing the type and source of a launcher background.
[Flags]
public enum LauncherBackgroundFlag
- Extension Methods
Fields
IsSourceFile = 16The background source is a file.
IsSourceZip = 32The background source is a zip archive (e.g., image sequences stored in .zip for Wuthering Waves).
None = 0No background type or source specified.
TypeIsImage = 1The background is a single image.
TypeIsImageSequence = 2The background is an image sequence (used by some games, e.g., Wuthering Waves).
TypeIsVideo = 4The background is a video.