Table of Contents

Enum EntityLifecycleKind

Namespace
Typhon.Profiler
Assembly
Typhon.Profiler.dll

Which side of an entity's life an EntityLifecycleRun records.

public enum EntityLifecycleKind : byte

Fields

Destroy = 1

An entity was destroyed. Count is always 1 — destroys are recorded per entity.

Spawn = 0

Entities came into existence. Count may exceed 1 (a batch spawn).