Table of Contents

Enum LossKind

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

The unit in which a repair would lose something.

public enum LossKind

Fields

Collection = 3

Elements of a component collection are lost.

Entities = 2

Whole entities are lost.

None = 0

Nothing is lost.

Strings = 4

Interned string payloads are lost.

Unknown = 5

Something is lost but the scan cannot characterise it. Always paired with a bound.

Values = 1

Component values are lost; the owning entities survive with their other components.