Table of Contents

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

string

Fingerprint

Gets or sets the fingerprint.

public uint Fingerprint { readonly get; set; }

Property Value

uint

String

Gets or sets the string value.

public string String { readonly get; set; }

Property Value

string

UserData

Gets or sets the user data.

public uint UserData { readonly get; set; }

Property Value

uint