• Articles
  • Api Documentation
Show / Hide Table of Contents
  • DDSLoader
    • DDSImage
    • DDSImage.DDSHeader
    • DDSImage.DDSPixelFormat
    • DDSImage.HeaderFlags
    • DDSImage.PixelFormatFlags
    • DDSUnityExtensions
    • FourCC
  • LLBML
    • BallApi
    • CharacterApi
    • GraphicUtils
    • InputApi
    • LLBMLPlugin
    • LoadingInfo
    • LoadingScreen
    • PluginInfos
    • ProgressApi
    • ScreenApi
    • StateApi
  • LLBML.Audio
    • AudioAsset
    • AudioCache
    • AudioInfo
    • AudioUtils
  • LLBML.External
    • IntHelpers
    • Murmur3
  • LLBML.GameEvents
    • GameEvents
    • GameStateEvents
    • LobbyEventArgs
    • LobbyEvents
    • LobbyReadyArgs
    • MenuEvents
    • OnLobbyEnteredHandler
    • OnLobbyReadyHandler
    • OnMainMenuEnteredArgs
    • OnMainMenuEnteredHandler
    • OnMainMenuFirstEnteredHandler
    • OnPlayerJoinArgs
    • OnPlayerJoinHandler
    • OnStateChangeArgs
    • OnStateChangeHandler
    • OnUnlinkFromPlayerArgs
    • OnUnlinkFromPlayerHandler
    • OnUserCharacterPickArgs
    • OnUserCharacterPickHandler
    • OnUserSkinClickArgs
    • OnUserSkinClickHandler
  • LLBML.Graphic
    • Draw
    • Draw.Alignment
  • LLBML.Math
    • BinaryUtils
    • Boundsf
    • Floatf
    • Vector2f
    • Vector2i
  • LLBML.Messages
    • CustomMessage
    • MessageActions
    • MessageApi
    • MessageApi.OnReceiveMessageHandler
    • MessageEventArgs
  • LLBML.Networking
    • Channel
    • EnvelopeApi
    • EnvelopeApi.OnReceiveEnvelopeHandler
    • EnvelopeEventArgs
    • EP2PSend
    • EP2PSend.Enum
    • EP2PSend.Enum_Mapping
    • NetworkApi
    • Transaction
    • TransactionCode
    • TransactionState
  • LLBML.Players
    • Player
    • PlayerStatus
    • PlayerStatus.Enum
    • PlayerStatus.Enum_Mappings
    • Team
    • Team.Enum
    • Team.Enum_Mappings
  • LLBML.Settings
    • GameSettings
  • LLBML.States
    • GameState
    • GameState.Enum
    • GameState.Enum_Mapping
    • GameStates
    • GameStatesGameUtils
    • GameStatesLobbyUtils
    • PlayerLobbyState
  • LLBML.Texture
    • TextureUtils
  • LLBML.UI
    • Dialogs
  • LLBML.Utils
    • ArrayExtension
    • BepInRef
    • ControlledRandom
    • DebugUtils
    • EnumWrapper<T>
    • GenericCache<K, T>
    • GenericUtils
    • Hash<T>
    • IByteable
    • ModDependenciesUtils
    • ModdingFolder
    • PatchUtils
    • StringUtils

Struct DDSImage.DDSHeader

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DDSLoader
Assembly: LLBModdingLib.dll
Syntax
public struct DDSHeader

Fields

Depth

Declaration
public uint Depth
Field Value
Type Description
System.UInt32

dwCaps

Declaration
public uint dwCaps
Field Value
Type Description
System.UInt32

dwCaps2

Declaration
public uint dwCaps2
Field Value
Type Description
System.UInt32

dwCaps3

Declaration
public uint dwCaps3
Field Value
Type Description
System.UInt32

dwCaps4

Declaration
public uint dwCaps4
Field Value
Type Description
System.UInt32

dwReserved2

Declaration
public uint dwReserved2
Field Value
Type Description
System.UInt32

Flags

Declaration
public DDSImage.HeaderFlags Flags
Field Value
Type Description
DDSImage.HeaderFlags

Height

Declaration
public uint Height
Field Value
Type Description
System.UInt32

magicWord

Declaration
public uint magicWord
Field Value
Type Description
System.UInt32

MipMapCount

Declaration
public uint MipMapCount
Field Value
Type Description
System.UInt32

PitchOrLinearSize

Declaration
public uint PitchOrLinearSize
Field Value
Type Description
System.UInt32

PixelFormat

Declaration
public DDSImage.DDSPixelFormat PixelFormat
Field Value
Type Description
DDSImage.DDSPixelFormat

Reserved1

Declaration
public uint Reserved1
Field Value
Type Description
System.UInt32

Reserved10

Declaration
public uint Reserved10
Field Value
Type Description
System.UInt32

Reserved11

Declaration
public uint Reserved11
Field Value
Type Description
System.UInt32

Reserved2

Declaration
public uint Reserved2
Field Value
Type Description
System.UInt32

Reserved3

Declaration
public uint Reserved3
Field Value
Type Description
System.UInt32

Reserved4

Declaration
public uint Reserved4
Field Value
Type Description
System.UInt32

Reserved5

Declaration
public uint Reserved5
Field Value
Type Description
System.UInt32

Reserved6

Declaration
public uint Reserved6
Field Value
Type Description
System.UInt32

Reserved7

Declaration
public uint Reserved7
Field Value
Type Description
System.UInt32

Reserved8

Declaration
public uint Reserved8
Field Value
Type Description
System.UInt32

Reserved9

Declaration
public uint Reserved9
Field Value
Type Description
System.UInt32

size

Declaration
public uint size
Field Value
Type Description
System.UInt32

Width

Declaration
public uint Width
Field Value
Type Description
System.UInt32

Properties

IsValid

Declaration
public readonly bool IsValid { get; }
Property Value
Type Description
System.Boolean

Methods

SizeCheck()

Declaration
public bool SizeCheck()
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX