Struct KV3ID
- Assembly
- ValveResourceFormat.dll
Represents a ValveResourceFormat.Serialization.KeyValues.KeyValues3 identifier with a name and GUID.
public readonly record struct KV3ID : IEquatable<KV3ID>
Implements
Inherited Members
Constructors
KV3ID(string, Guid)
Represents a ValveResourceFormat.Serialization.KeyValues.KeyValues3 identifier with a name and GUID.
public KV3ID(string Name, Guid Id)
Parameters
Properties
Id
public Guid Id { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
-
The fully qualified type name.
Remarks
Returns the ValveResourceFormat.Serialization.KeyValues.KV3ID in the format "Name:version{Guid}".