Table of Contents

Struct MaterialExtract.UnpackInfo

Namespace
ValveResourceFormat.IO
Assembly
ValveResourceFormat.dll

Information about how to unpack a texture channel.

public readonly struct MaterialExtract.UnpackInfo

Inherited Members

Properties

Channel

Gets the channel mapping.

public ChannelMapping Channel { get; init; }

Property Value

ChannelMapping

FileName

Gets the file name.

public string FileName { get; init; }

Property Value

string

TextureType

Gets the texture type.

public string TextureType { get; init; }

Property Value

string