Vixen
02b45cc4
csharp
public sealed class EnumDrawer

A dropdown over an enum's names.

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

Remarks

⚠ A [Flags] enum gets a multi-select, because a dropdown that lets you choose one of "None, Read, Write, ReadWrite" is one that cannot express "Read and Execute" and that lists combinations somebody happened to name.

Methods (3)

Used by (2)

  • DrawerRegistryVixen.Editor.Inspector
  • DrawerTestsVixen.Editor.Inspector.Tests