Class PanoramaStyle
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Represents a Panorama style resource.
public class PanoramaStyle : PanoramaInheritance
object ← Block ← Panorama ← PanoramaStyle
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.
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.
Remarks
Outputs the Panorama data as UTF-8 encoded text.

