Vixen
dd8b0a81
csharp
public readonly record struct PrefabUnresolved

One prefab a scene names and this reconcile could not open.

Read the guide page for this →

Fields and properties (3)

  • public string Prefab

    The reference text, exactly as the scene file carries it.

  • public PrefabUnresolvedKind Kind

    Why it could not be opened.

  • public string Detail

    The path or the parser's message, for a person to act on.

Methods (2)

  • public PrefabUnresolved(string Prefab, PrefabUnresolvedKind Kind, string Detail)

    One prefab a scene names and this reconcile could not open.

  • public override string ToString()

    Renders it as its kind and what it names.

Used by (5)

  • EditorApplicationVixen.Editor.App
  • PrefabVixen.Editor.AssetEditors
  • PrefabPlacementTestsVixen.Editor.AssetEditors.Tests
  • PrefabReconcileVixen.Editor.Core
  • PrefabReconcileReportVixen.Editor.Core