Class SidebarPanelWindow<TPanelContent>
Inheritance
SidebarPanelWindow<TPanelContent>
Inherited Members
EditorWindow.GetWindow<T>()
EditorWindow.HasOpenInstances<T>()
EditorWindow.FocusWindowIfItsOpen<T>()
EditorWindow.GetWindowWithRect<T>(Rect)
EditorWindow.depthBufferBits
EditorWindow.antiAlias
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
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()