Class PanoramaLayout
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Represents a Panorama layout resource.
csharp
public class PanoramaLayout : PanoramaInheritance
object ← Block ← Panorama ← PanoramaLayout
Inherited Members
Panorama.Names, Panorama.Data, Panorama.CRC32, Panorama.Type, Panorama.Read(BinaryReader), Panorama.Serialize(Stream), Panorama.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)
Methods
Read(BinaryReader)
Reads the block data from a binary reader.
csharp
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 .
csharp
public override void WriteText(IndentedTextWriter writer)Parameters
writer IndentedTextWriter
Remarks
Outputs the Panorama data as UTF-8 encoded text.

