Struct ToolsAssetInfo.File.ExtendedDependency
- Namespace
- ValveResourceFormat.ToolsAssetInfo
- Assembly
- ValveResourceFormat.dll
Represents an extended dependency (version 15+).
public readonly struct ToolsAssetInfo.File.ExtendedDependencyInherited Members
Properties
Filename
Gets the filename.
public string Filename { get; init; }Property Value
Unknown1
Gets unknown bits.
public uint Unknown1 { get; init; }Property Value
Unknown2
Gets unknown bits.
public uint Unknown2 { get; init; }Property Value
Unknown3
Gets unknown bits (could be a crc).
public uint Unknown3 { get; init; }