mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:04:38 +02:00
Add "Move Selected Entity To Avatar"
Add "Move Selected Entity To Avatar"
This commit is contained in:
parent
c3719a7538
commit
6d7d9a3dde
1 changed files with 2 additions and 0 deletions
|
@ -329,6 +329,8 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
||||||
selectAllEntitiesInCurrentSelectionBox(true);
|
selectAllEntitiesInCurrentSelectionBox(true);
|
||||||
} else if (data.type === 'teleportToEntity') {
|
} else if (data.type === 'teleportToEntity') {
|
||||||
SelectionManager.teleportToEntity();
|
SelectionManager.teleportToEntity();
|
||||||
|
} else if (data.type === 'moveEntitySelectionToAvatar') {
|
||||||
|
SelectionManager.moveEntitiesSelectionToAvatar();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue