Table of Contents

Struct Entity

Namespace
Ghost.Entities
Assembly
Ghost.Entities.dll
public readonly record struct Entity : IEquatable<Entity>
Implements
Inherited Members

Fields

INVALID_ID

public const int INVALID_ID = -1

Field Value

int

Properties

Generation

public int Generation { get; }

Property Value

int

ID

public int ID { get; }

Property Value

int

Invalid

public static Entity Invalid { get; }

Property Value

Entity

IsValid

public bool IsValid { get; }

Property Value

bool

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.