Vixen
02b45cc4
csharp
public readonly record struct AssetFieldDropResult

The outcome of a drop, and enough to describe it.

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

Fields and properties (5)

  • public string? Member

    What the field is called.

  • public string? Asset

    What was dropped on it, or when that is not the point.

  • public AssetFieldDropOutcome Outcome

    What happened.

  • public static AssetFieldDropResult NotAField

    Nothing was under the pointer.

  • public bool IsHandled

    Whether the drop was over a field at all — which is what stops the scene taking it.

Methods (1)

  • public AssetFieldDropResult(string? Member, string? Asset, AssetFieldDropOutcome Outcome)

    The outcome of a drop, and enough to describe it.

Used by (3)

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