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
FileName
Gets the file name.
public string FileName { get; init; }
Property Value
TextureType
Gets the texture type.
public string TextureType { get; init; }