Class Panorama.NameEntry
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Represents a name entry.
csharp
public class Panorama.NameEntryInheritance
Properties
Name
Gets or sets the name.
csharp
public required string Name { get; set; }Property Value
Unknown1
Gets or sets the first unknown value.
csharp
public uint Unknown1 { get; set; }Property Value
Unknown2
Gets or sets the second unknown value.
csharp
public uint Unknown2 { get; set; }
