Class ArgumentDependency
Namespace: ValveResourceFormat.Blocks.ResourceEditInfoStructs
Assembly: ValveResourceFormat.dll
Represents an argument dependency.
csharp
public class ArgumentDependencyInheritance
Constructors
ArgumentDependency(BinaryReader)
Initializes a new instance of the class from a binary reader.
csharp
public ArgumentDependency(BinaryReader reader)Parameters
reader BinaryReader
ArgumentDependency(KVObject)
Initializes a new instance of the class from a KV object.
csharp
public ArgumentDependency(KVObject data)Parameters
data KVObject
Properties
Fingerprint
Gets or sets the fingerprint.
csharp
public uint Fingerprint { get; set; }Property Value
FingerprintDefault
Gets or sets the default fingerprint.
csharp
public uint FingerprintDefault { get; set; }Property Value
ParameterName
Gets or sets the parameter name.
csharp
public string ParameterName { get; set; }Property Value
ParameterType
Gets or sets the parameter type.
csharp
public string ParameterType { get; set; }
