#include <NewSelection.h>
◆ getSelectedAsset()
static Unigine::UGUID Editor::NewSelection::getSelectedAsset |
( |
| ) |
|
|
static |
◆ getSelectedAssets()
static void Editor::NewSelection::getSelectedAssets |
( |
Unigine::Vector< Unigine::UGUID > & |
guids | ) |
|
|
static |
◆ getSelectedMaterial()
static Unigine::MaterialPtr Editor::NewSelection::getSelectedMaterial |
( |
| ) |
|
|
static |
◆ getSelectedMaterials()
static void Editor::NewSelection::getSelectedMaterials |
( |
Unigine::Vector< Unigine::MaterialPtr > & |
materials | ) |
|
|
static |
◆ getSelectedNode()
static Unigine::NodePtr Editor::NewSelection::getSelectedNode |
( |
| ) |
|
|
static |
◆ getSelectedNodes()
static void Editor::NewSelection::getSelectedNodes |
( |
Unigine::Vector< Unigine::NodePtr > & |
nodes | ) |
|
|
static |
◆ getSelectedProperties()
static void Editor::NewSelection::getSelectedProperties |
( |
Unigine::Vector< Unigine::PropertyPtr > & |
properties | ) |
|
|
static |
◆ getSelectedProperty()
static Unigine::PropertyPtr Editor::NewSelection::getSelectedProperty |
( |
| ) |
|
|
static |
◆ isSelectedAsset()
static bool Editor::NewSelection::isSelectedAsset |
( |
| ) |
|
|
static |
◆ isSelectedMaterial()
static bool Editor::NewSelection::isSelectedMaterial |
( |
| ) |
|
|
static |
◆ isSelectedNode()
static bool Editor::NewSelection::isSelectedNode |
( |
| ) |
|
|
static |
◆ isSelectedProperty()
static bool Editor::NewSelection::isSelectedProperty |
( |
| ) |
|
|
static |
◆ selectAsset()
static void Editor::NewSelection::selectAsset |
( |
const Unigine::UGUID & |
guid | ) |
|
|
static |
◆ selectAssets()
static void Editor::NewSelection::selectAssets |
( |
const Unigine::Vector< Unigine::UGUID > & |
guids | ) |
|
|
static |
◆ selectMaterial()
static void Editor::NewSelection::selectMaterial |
( |
const Unigine::MaterialPtr & |
material | ) |
|
|
static |
◆ selectMaterials()
static void Editor::NewSelection::selectMaterials |
( |
const Unigine::Vector< Unigine::MaterialPtr > & |
materials | ) |
|
|
static |
◆ selectNode()
static void Editor::NewSelection::selectNode |
( |
const Unigine::NodePtr & |
node | ) |
|
|
static |
◆ selectNodes()
static void Editor::NewSelection::selectNodes |
( |
const Unigine::Vector< Unigine::NodePtr > & |
nodes | ) |
|
|
static |
◆ selectProperties()
static void Editor::NewSelection::selectProperties |
( |
const Unigine::Vector< Unigine::PropertyPtr > & |
properties | ) |
|
|
static |
◆ selectProperty()
static void Editor::NewSelection::selectProperty |
( |
const Unigine::PropertyPtr & |
node | ) |
|
|
static |