Table of Contents

Enum EcsNodeKind

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll

Enumration of all ECS node types.

public enum EcsNodeKind

Fields

Context = 0

The ECS hierarchy root.

Entity = 4

A specialized node that can host components.

Folder = 1

A node that is a parent to any node.

IPC = 6

An intra-process communication primitive.

A special node that points to another node.

Service = 2

An ECS service.

System = 3

A specialized service that hosts entity components.