Table of Contents

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 = 16

The background source is a file.

IsSourceZip = 32

The background source is a zip archive (e.g., image sequences stored in .zip for Wuthering Waves).

None = 0

No background type or source specified.

TypeIsImage = 1

The background is a single image.

TypeIsImageSequence = 2

The background is an image sequence (used by some games, e.g., Wuthering Waves).

TypeIsVideo = 4

The background is a video.