mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
Add entityListTool.toggleVisible
This commit is contained in:
parent
903921e11f
commit
bc21faeefb
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ EntityListTool = function(opts) {
|
|||
webView.setVisible(visible);
|
||||
};
|
||||
|
||||
that.toggleVisible = function() {
|
||||
that.setVisible(!visible);
|
||||
}
|
||||
|
||||
selectionManager.addEventListener(function() {
|
||||
var selectedIDs = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue