class MAGES::SceneGraph::Editor::ActionSearchWindow¶
Overview¶
The search window. More…
class ActionSearchWindow: public VisualElement { public: // classes class SearchResult; // properties ListView View; int Count; // methods ActionSearchWindow(UQueryStatenodes, Action<BaseNode> onChoice); void Query(string prompt); };
Detailed Documentation¶
The search window.
Properties¶
ListView View
Gets the view.
int Count
Gets the count.
Methods¶
ActionSearchWindow(UQueryStatenodes, Action<BaseNode> onChoice)
Initializes a new instance of the ActionSearchWindow class.
Parameters:
nodes |
The nodes. |
onChoice |
The on choice. |
void Query(string prompt)
Queries the specified prompt.
Parameters:
prompt |
The query prompt. |