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