Class SidebarPanelWindow<TPanelContent>
Inheritance
SidebarPanelWindow<TPanelContent>
Inherited Members
UnityEditor.EditorWindow.ShowTab()
UnityEditor.EditorWindow.GetWindow<T>()
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean, System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.HasOpenInstances<T>()
UnityEditor.EditorWindow.FocusWindowIfItsOpen<T>()
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.depthBufferBits
UnityEditor.EditorWindow.antiAlias
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.VisualScripting
Syntax
public abstract class SidebarPanelWindow<TPanelContent> : LudiqEditorWindow, ISerializationCallbackReceiver, IHasCustomMenu where TPanelContent : ISidebarPanelContent
Type Parameters
Name | Description |
---|---|
TPanelContent |
Properties
defaultTitleContent
Declaration
protected abstract GUIContent defaultTitleContent { get; }
Property Value
Type | Description |
---|---|
GUIContent |
e
Declaration
protected Event e { get; }
Property Value
Type | Description |
---|---|
Event |
panel
Declaration
[DoNotSerialize]
public TPanelContent panel { get; set; }
Property Value
Type | Description |
---|---|
TPanelContent |
Methods
BeforeGUI()
Declaration
protected virtual void BeforeGUI()
OnDisable()
Declaration
protected virtual void OnDisable()
OnEnable()
Declaration
protected virtual void OnEnable()
OnGUI()
Declaration
protected override void OnGUI()
Overrides
Update()
Declaration
protected override void Update()