Struct Entity
public readonly record struct Entity : IEquatable<Entity>
- Implements
- Inherited Members
Fields
INVALID_ID
public const int INVALID_ID = -1
Field Value
Properties
Generation
public int Generation { get; }
Property Value
ID
public int ID { get; }
Property Value
Invalid
public static Entity Invalid { get; }
Property Value
IsValid
public bool IsValid { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.