Class VisjectSurfaceWindow<TAsset, TSurface, TPreview>.Tab
The tab.
Inheritance
System.Object
FlaxEditor.GUI.Tabs.Tab
VisjectSurfaceWindow<TAsset, TSurface, TPreview>.Tab
Implements
System.IComparable
Namespace: FlaxEditor.Surface
Assembly: FlaxEngine.CSharp.dll
Syntax
protected class Tab : Tab, IComparable, IDrawable
Constructors
Tab(String, Undo)
Initializes a new instance of the VisjectSurfaceWindow<TAsset, TSurface, TPreview>.Tab class.
Declaration
public Tab(string text, Undo undo = null)
Parameters
System.String
text
The tab title text. |
Undo
undo
The undo to use for the editing. |
Fields
Presenter
The presenter.
Declaration
public CustomEditorPresenter Presenter
Field Value
FlaxEditor.CustomEditors.CustomEditorPresenter
|
Methods
OnDestroy()
Declaration
public override void OnDestroy()
Overrides
FlaxEditor.GUI.Tabs.Tab.OnDestroy()