Class ResourceEditInfo
- Namespace
- ValveResourceFormat.Blocks
- Assembly
- ValveResourceFormat.dll
"REDI" block. ResourceEditInfoBlock_t.
public class ResourceEditInfo : RawBinaryInheritance
Derived
Inherited Members
Extension Methods
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
readerBinaryReader-
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
writerIndentedTextWriter-
IndentedTextWriter.