| Editor API
    UnigineEditor public API | 
Selector class. This is a base class for all selector-classes used to manage current selection (nodes, materials, properties, runtimes...) in the Editor. More...
 
  
| Public Member Functions | |
| virtual int | type () const =0 | 
| Returns the current selector type.  More... | |
| virtual bool | equal (const Selector *selector) const =0 | 
| Checks whether the current selector is equal to the specified one.  More... | |
| virtual Selector * | clone () const =0 | 
| Clones the current selector.  More... | |
Selector class. This is a base class for all selector-classes used to manage current selection (nodes, materials, properties, runtimes...) in the Editor.
| 
 | pure virtual | 
Clones the current selector.
Implemented in UnigineEditor::SelectorNodes, and UnigineEditor::SelectorGUIDs.
| 
 | pure virtual | 
Checks whether the current selector is equal to the specified one.
Implemented in UnigineEditor::SelectorNodes, and UnigineEditor::SelectorGUIDs.
| 
 | pure virtual | 
Returns the current selector type.
Implemented in UnigineEditor::SelectorNodes, and UnigineEditor::SelectorGUIDs.