Table of Contents

Struct ToolsAssetInfo.File.ExtendedDependency

Namespace
ValveResourceFormat.ToolsAssetInfo
Assembly
ValveResourceFormat.dll

Represents an extended dependency (version 15+).

public readonly struct ToolsAssetInfo.File.ExtendedDependency

Inherited Members

Properties

Filename

Gets the filename.

public string Filename { get; init; }

Property Value

string

Unknown1

Gets unknown bits.

public uint Unknown1 { get; init; }

Property Value

uint

Unknown2

Gets unknown bits.

public uint Unknown2 { get; init; }

Property Value

uint

Unknown3

Gets unknown bits (could be a crc).

public uint Unknown3 { get; init; }

Property Value

uint