Enum LossKind
The unit in which a repair would lose something.
public enum LossKind
Fields
Collection = 3Elements of a component collection are lost.
Entities = 2Whole entities are lost.
None = 0Nothing is lost.
Strings = 4Interned string payloads are lost.
Unknown = 5Something is lost but the scan cannot characterise it. Always paired with a bound.
Values = 1Component values are lost; the owning entities survive with their other components.