Struct ToolsAssetInfo.File.InputDependency
- Namespace
- ValveResourceFormat.ToolsAssetInfo
- Assembly
- ValveResourceFormat.dll
Represents an input dependency.
public readonly struct ToolsAssetInfo.File.InputDependencyInherited Members
Properties
FileCRC
Gets the file CRC.
public uint FileCRC { get; init; }Property Value
FileExists
Gets a value indicating whether the file exists.
public bool FileExists { get; init; }Property Value
Filename
Gets the filename.
public string Filename { get; init; }Property Value
Optional
Gets a value indicating whether this dependency is optional.
public bool Optional { get; init; }