Struct ToolsAssetInfo.File.SpecialDependency ​
Namespace: ValveResourceFormat.ToolsAssetInfo
Assembly: ValveResourceFormat.dll
Represents a special dependency.
csharp
public struct ToolsAssetInfo.File.SpecialDependencyProperties ​
CompilerIdentifier ​
Gets or sets the compiler identifier.
csharp
public string CompilerIdentifier { readonly get; set; }Property Value ​
Fingerprint ​
Gets or sets the fingerprint.
csharp
public uint Fingerprint { readonly get; set; }Property Value ​
String ​
Gets or sets the string value.
csharp
public string String { readonly get; set; }Property Value ​
UserData ​
Gets or sets the user data.
csharp
public uint UserData { readonly get; set; }
