Vixen
dd8b0a81
csharp
public enum PrefabReportKind

What a reconcile could not resolve, and had to leave alone.

Read the guide page for this →

Remarks

⚠ Every one of these is a report and none of them is a deletion. A prefab that has moved under a level is an authoring problem a person settles, and the one thing an editor must not do is settle it by throwing away the half it cannot explain — a round trip that loses an override is silent, and a subtree deleted on open is unrecoverable. See doc 47 § 5.

Fields and properties (4)

  • OrphanedEntity

    The instance names an entity the template no longer has.

  • OrphanedOverride

    An override names a member nothing on the entity has.

  • MissingComponent

    The template has a component this instance does not.

  • AddedByTemplate

    The template gained an entity, and the instance has taken it.

Used by (5)

  • EditorApplicationVixen.Editor.App
  • PrefabOverrideTestsVixen.Editor.Core.Tests
  • PrefabOverridesVixen.Editor.Core
  • PrefabPlacementTestsVixen.Editor.AssetEditors.Tests
  • PrefabReportVixen.Editor.Core