Class ExplorerWindow
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.TryGetOverlay(System.String, UnityEditor.Overlays.Overlay)
UnityEditor.EditorWindow.depthBufferBits
UnityEditor.EditorWindow.antiAlias
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Ludiq.Bolt
Syntax
public sealed class ExplorerWindow : LudiqEditorWindow, ISerializationCallbackReceiver, ILudiqRootObject, IHasCustomMenu
Properties
category
Declaration
public static BoltTypeCategory category { get; }
Property Value
Type | Description |
---|---|
BoltTypeCategory |
classShell
Declaration
public static IBoltClassShell classShell { get; }
Property Value
Type | Description |
---|---|
IBoltClassShell |
embedGraph
Declaration
public static IEmbedGraph embedGraph { get; }
Property Value
Type | Description |
---|---|
IEmbedGraph |
instance
Declaration
public static ExplorerWindow instance { get; }
Property Value
Type | Description |
---|---|
ExplorerWindow |
member
Declaration
public static IBoltMember member { get; }
Property Value
Type | Description |
---|---|
IBoltMember |
type
Declaration
public static BoltType type { get; }
Property Value
Type | Description |
---|---|
BoltType |
Methods
_OnDisable()
Declaration
protected override void _OnDisable()
Overrides
_OnEnable()
Declaration
protected override void _OnEnable()
Overrides
_OnGUI()
Declaration
protected override void _OnGUI()
Overrides
_OnProjectChange()
Declaration
protected override void _OnProjectChange()
Overrides
_OnUndoRedo()
Declaration
protected override void _OnUndoRedo()
Overrides
AddItemsToMenu(GenericMenu)
Declaration
public override void AddItemsToMenu(GenericMenu menu)
Parameters
Type | Name | Description |
---|---|---|
GenericMenu | menu |
Overrides
GoToDefinition(Object, Boolean)
Declaration
public static void GoToDefinition(object source, bool open)
Parameters
Type | Name | Description |
---|---|---|
Object | source | |
Boolean | open |
NewClass()
Declaration
public void NewClass()
NewEnum()
Declaration
public void NewEnum()
Open()
Declaration
[MenuItem("Window/Bolt/Explorer", priority = 4)]
public static void Open()
Search(String)
Declaration
public static void Search(string query)
Parameters
Type | Name | Description |
---|---|---|
String | query |
Events
selectionChanged
Declaration
public static event Action selectionChanged
Event Type
Type | Description |
---|---|
Action |