API ReferenceEditor
public abstract interface Editor.IPopupEditor<T>
An popup editor capable of editing type T. This is created when EditorUtility.OpenControlSheet is called, which is generally and most commonly done via the GenericControlWidget, which is a ControlWidget used to view and edit generic classes.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.IPopupEditor`1 |