Vixen
dd8b0a81
csharp
public readonly record struct PrefabReport

One thing a reconcile could not do.

Read the guide page for this →

Fields and properties (3)

  • public PrefabReportKind Kind

    What kind of problem it is.

  • public EntityId Entity

    Which entity in the instance, by the id the scene file gave it.

  • public string Detail

    The template id, the member path or the alias the report is about.

Methods (2)

  • public PrefabReport(PrefabReportKind Kind, EntityId Entity, string Detail)

    One thing a reconcile could not do.

  • public override string ToString()

    Renders it as its kind and what it names.

Used by (6)

  • EditorApplicationVixen.Editor.App
  • PrefabOverrideTestsVixen.Editor.Core.Tests
  • PrefabOverridesVixen.Editor.Core
  • PrefabPlacementTestsVixen.Editor.AssetEditors.Tests
  • PrefabReconcileVixen.Editor.Core
  • PrefabReconcileReportVixen.Editor.Core