Struct MaterialExtract.UnpackInfo ​
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Information about how to unpack a texture channel.
csharp
public readonly struct MaterialExtract.UnpackInfoProperties ​
Channel ​
Gets the channel mapping.
csharp
public ChannelMapping Channel { get; init; }Property Value ​
FileName ​
Gets the file name.
csharp
public string FileName { get; init; }Property Value ​
TextureType ​
Gets the texture type.
csharp
public string TextureType { get; init; }
