Class ResourceExtRefList.ResourceReferenceInfo
- Namespace
- ValveResourceFormat.Blocks
- Assembly
- ValveResourceFormat.dll
Represents an external resource reference.
public class ResourceExtRefList.ResourceReferenceInfoInheritance
Inherited Members
Properties
Id
Gets or sets the resource id.
public ulong Id { get; set; }Property Value
Name
Gets or sets the resource name.
public string Name { get; set; }Property Value
Methods
WriteText(IndentedTextWriter)
Writes the resource reference info as text.
public void WriteText(IndentedTextWriter writer)Parameters
writerIndentedTextWriter