csharp
public readonly record struct AssetFieldDropResultThe 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? MemberWhat the field is called.
public string? AssetWhat was dropped on it, or when that is not the point.
public AssetFieldDropOutcome OutcomeWhat happened.
public static AssetFieldDropResult NotAFieldNothing was under the pointer.
public bool IsHandledWhether 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