Class ResourceEditInfo
Namespace: ValveResourceFormat.Blocks
Assembly: ValveResourceFormat.dll
"REDI" block. ResourceEditInfoBlock_t.
public class ResourceEditInfo : RawBinaryInheritance
object ← Block ← RawBinary ← ResourceEditInfo
Derived
Inherited Members
RawBinary.Read(BinaryReader), RawBinary.Serialize(Stream), RawBinary.WriteText(IndentedTextWriter), Block.Type, Block.Offset, Block.Size, Block.Resource, Block.Read(BinaryReader), Block.ToString(), Block.WriteText(IndentedTextWriter), Block.Serialize(Stream)
Extension Methods
ResourceDataExtensions.AsKeyValueCollection(Block)
Properties
AdditionalInputDependencies
Gets the list of additional input dependencies.
public List<InputDependency> AdditionalInputDependencies { get; }Property Value
AdditionalRelatedFiles
Gets the list of additional related files.
public List<AdditionalRelatedFile> AdditionalRelatedFiles { get; }Property Value
ArgumentDependencies
Gets the list of argument dependencies.
public List<ArgumentDependency> ArgumentDependencies { get; }Property Value
ChildResourceList
Gets the list of child resources.
public List<string> ChildResourceList { get; }Property Value
InputDependencies
Gets the list of input dependencies.
public List<InputDependency> InputDependencies { get; }Property Value
SearchableUserData
Gets the searchable user data.
public KVObject SearchableUserData { get; }Property Value
SpecialDependencies
Gets the list of special dependencies.
public List<SpecialDependency> SpecialDependencies { get; }Property Value
Type
Gets the block type.
public override BlockType Type { get; }Property Value
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.

