Table of Contents

Class ResourceEditInfo2

Namespace
ValveResourceFormat.Blocks
Assembly
ValveResourceFormat.dll

"RED2" block. CResourceEditInfo.

public class ResourceEditInfo2 : ResourceEditInfo

Inheritance

Inherited Members

Extension Methods

Constructors

ResourceEditInfo2()

Initializes a new instance of the ValveResourceFormat.Blocks.ResourceEditInfo2 class.

public ResourceEditInfo2()

Properties

SubassetDefinitions

Gets the subasset definitions.

public Dictionary<string, string[]> SubassetDefinitions { get; }

Property Value

Dictionary<string, string[]>

SubassetReferences

Gets the subasset references.

public Dictionary<string, Dictionary<string, int>> SubassetReferences { get; }

Property Value

Dictionary<string, Dictionary<string, int>>

Type

Gets the block type.

public override BlockType Type { get; }

Property Value

BlockType

WeakReferenceList

Gets the list of weak references.

public List<string> WeakReferenceList { get; }

Property Value

List<string>

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.

Serialize(Stream)

Writes the binary representation of the object to Stream.

public override void Serialize(Stream stream)

Parameters

stream Stream

Stream.

WriteText(IndentedTextWriter)

Writes the correct text dump of the object to IndentedTextWriter.

public override void WriteText(IndentedTextWriter writer)

Parameters

writer IndentedTextWriter

IndentedTextWriter.