csharp
public sealed class ReadOnlyDrawerThe last resort: the value as text, unwritable.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A member with no drawer is shown rather than omitted. A field the inspector cannot edit is still a field somebody needs to see the value of, and a silently missing row is how a type ends up with a member nobody knows exists.
Methods (2)
public UiElement Build(InspectorField field, UiElement parent)Makes the controls, once.
public void Show(InspectorField field, UiElement editor)Puts the current value into controls that already exist.
Used by (2)
- DrawerRegistryVixen.Editor.Inspector
- DrawerTestsVixen.Editor.Inspector.Tests