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