Struct ToolsAssetInfo.File.SpecialInputDependency ​
Namespace: ValveResourceFormat.ToolsAssetInfo
Assembly: ValveResourceFormat.dll
Represents a special input dependency (version 15+).
csharp
public readonly struct ToolsAssetInfo.File.SpecialInputDependencyProperties ​
CompilerIdentifier ​
Gets the compiler identifier, or an empty string when there is none.
csharp
public string CompilerIdentifier { get; init; }Property Value ​
Filename ​
Gets the filename.
csharp
public string Filename { get; init; }Property Value ​
Fingerprint ​
Gets the fingerprint.
csharp
public uint Fingerprint { get; init; }Property Value ​
Special ​
Gets the special string.
csharp
public string Special { get; init; }Property Value ​
UserData ​
Gets the user data, which is a KV3 text string.
csharp
public string UserData { get; init; }
