csharp
public enum AssetFieldDropOutcomeWhat 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)
NotAFieldThere was no asset field under the pointer. Somebody else's drop, or nobody's.
AssignedThe field now names the asset.
UnchangedThe field already named it, so nothing was recorded.
WrongKindThe asset is not the kind this member takes.
TooManySeveral 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