mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 17:35:43 +00:00
Added more actions to CSceneViewport context menu
This commit is contained in:
@@ -196,6 +196,16 @@ void INodeEditor::SetSelectionLocked(bool Locked)
|
||||
mSelectionLocked = Locked;
|
||||
}
|
||||
|
||||
bool INodeEditor::HasSelection() const
|
||||
{
|
||||
return (!mSelection.isEmpty());
|
||||
}
|
||||
|
||||
const QList<CSceneNode*>& INodeEditor::GetSelection() const
|
||||
{
|
||||
return mSelection;
|
||||
}
|
||||
|
||||
// ************ PUBLIC SLOTS ************
|
||||
void INodeEditor::OnGizmoMoved()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user