EditorWindow.GetExtraPaneTypes

Declaration

public IEnumerable<Type> GetExtraPaneTypes();

Returns

IEnumerable<Type> The extra types of EditorWindow associated with the current window.

Description

Gets the extra types of EditorWindow associated with the current window.

By default, there are no extra types. Derived EditorWindow can override this method to provide extra types. For each of these types, an entry is added to the Add Tab menu of the window.


Did you find this page useful? Please give it a rating: