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

