Api Editor IPopupEditor<T>
interface

IPopupEditor<T>

public interface 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.

Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.IPopupEditor<T>