IPopupEditor<T>class

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.

objectIPopupEditor<T>
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public abstract interface Editor.IPopupEditor<T>

On this page