Class SearchWindowProvider
SearchWindowProvider represents the context menu search when adding nodes to graph Implements the ScriptableObject Implements the ISearchWindowProvider
Implements
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class SearchWindowProvider : ScriptableObject, ISearchWindowProvider
Properties
| Name | Description |
|---|---|
| ConnectedPortView | Gets or sets the connected port view. |
| nodeNeedsRepositioning | Gets or sets a value indicating whether [node needs repositioning]. |
| targetGroup | Gets or sets the target group. |
| targetPosition | Gets or sets the target position. |
Methods
| Name | Description |
|---|---|
| CreateSearchTree(SearchWindowContext) | Generates data to populate the search window. |
| GetTypesOrNothing(Assembly) | Gets the types or nothing. |
| Initialize(EditorWindow, GraphEditorView, SystemGraphView) | Initializes the specified editor window. |
| OnSelectEntry(SearchTreeEntry, SearchWindowContext) | Called when [select entry]. |