mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Add "Actions" and "Selection" menu
Add "Actions" and "Selection" menu in the Create App. (HMD/Desktop compliant)
This commit is contained in:
parent
2837b648fe
commit
426df39e1d
1 changed files with 4 additions and 0 deletions
|
@ -323,6 +323,10 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
||||||
unparentSelectedEntities();
|
unparentSelectedEntities();
|
||||||
} else if (data.type === 'hmdMultiSelectMode') {
|
} else if (data.type === 'hmdMultiSelectMode') {
|
||||||
hmdMultiSelectMode = data.value;
|
hmdMultiSelectMode = data.value;
|
||||||
|
} else if (data.type === 'selectAllInBox') {
|
||||||
|
selectAllEntitiesInCurrentSelectionBox(false);
|
||||||
|
} else if (data.type === 'selectAllTouchingBox') {
|
||||||
|
selectAllEntitiesInCurrentSelectionBox(true);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue