Class EcsId<T>
ID lookup for ECS components.
public class EcsId<T> : EcsId
Type Parameters
T
- Inheritance
-
EcsId<T>
- Inherited Members
Properties
Aliases
The aliases of this type, if any.
public static ImmutableHashSet<EcsId>? Aliases { get; }
Property Value
Atom
A client side integer that identifies this type.
public static int Atom { get; }
Property Value
Guid
Globally unique identifier for this type.
public static Guid Guid { get; }
Property Value
GuidString
Globally unique identifier for this type, as a string.
public static string GuidString { get; }
Property Value
Name
The name of the type.
public static string Name { get; }
Property Value
Type
.NET type handle for this type.
public static Type Type { get; }
Property Value
Value
Gets the EcsId of the type T
.
public static EcsId? Value { get; }