Table of Contents

Class ResourceEditInfo

Namespace
ValveResourceFormat.Blocks
Assembly
ValveResourceFormat.dll

"REDI" block. ResourceEditInfoBlock_t.

public class ResourceEditInfo : RawBinary

Inheritance

Derived

Inherited Members

Extension Methods

Properties

AdditionalInputDependencies

Gets the list of additional input dependencies.

public List<InputDependency> AdditionalInputDependencies { get; }

Property Value

List<InputDependency>

AdditionalRelatedFiles

Gets the list of additional related files.

public List<AdditionalRelatedFile> AdditionalRelatedFiles { get; }

Property Value

List<AdditionalRelatedFile>

ArgumentDependencies

Gets the list of argument dependencies.

public List<ArgumentDependency> ArgumentDependencies { get; }

Property Value

List<ArgumentDependency>

ChildResourceList

Gets the list of child resources.

public List<string> ChildResourceList { get; }

Property Value

List<string>

InputDependencies

Gets the list of input dependencies.

public List<InputDependency> InputDependencies { get; }

Property Value

List<InputDependency>

SearchableUserData

Gets the searchable user data.

public KVObject SearchableUserData { get; }

Property Value

KVObject

SpecialDependencies

Gets the list of special dependencies.

public List<SpecialDependency> SpecialDependencies { get; }

Property Value

List<SpecialDependency>

Type

Gets the block type.

public override BlockType Type { get; }

Property Value

BlockType

Methods

Read(BinaryReader)

Reads the block data from a binary reader.

public override void Read(BinaryReader reader)

Parameters

reader BinaryReader

The binary reader to read from.

WriteText(IndentedTextWriter)

Writes the correct text dump of the object to IndentedTextWriter.

public override void WriteText(IndentedTextWriter writer)

Parameters

writer IndentedTextWriter

IndentedTextWriter.