Enum EcsNodeKind
Enumration of all ECS node types.
public enum EcsNodeKind
Fields
Context = 0The ECS hierarchy root.
Entity = 4A specialized node that can host components.
Folder = 1A node that is a parent to any node.
IPC = 6An intra-process communication primitive.
Link = 5A special node that points to another node.
Service = 2An ECS service.
System = 3A specialized service that hosts entity components.