Vixen
02b45cc4
csharp
public enum AssetFieldDropOutcome

What a drop onto an inspector field did.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • NotAField

    There was no asset field under the pointer. Somebody else's drop, or nobody's.

  • Assigned

    The field now names the asset.

  • Unchanged

    The field already named it, so nothing was recorded.

  • WrongKind

    The asset is not the kind this member takes.

  • TooMany

    Several assets were dragged onto a member that names one.

Used by (4)

  • AssetFieldDropVixen.Editor.App
  • AssetFieldDropResultVixen.Editor.App
  • DropIntoFieldTestsVixen.Editor.App.Tests
  • EditorApplicationVixen.Editor.App