Class Panorama.ImageEntry
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Represents an image referenced by this panorama file.
csharp
public class Panorama.ImageEntryInheritance
Properties
CRC32
Gets or sets the CRC32 checksum of the image file.
csharp
public uint CRC32 { get; set; }Property Value
Height
Gets or sets the original height of the image.
csharp
public ushort Height { get; set; }Property Value
Name
Gets or sets the image file name.
csharp
public required string Name { get; set; }Property Value
Width
Gets or sets the original width of the image.
csharp
public ushort Width { get; set; }
