mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40: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);
|
webView.setVisible(visible);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
that.toggleVisible = function() {
|
||||||
|
that.setVisible(!visible);
|
||||||
|
}
|
||||||
|
|
||||||
selectionManager.addEventListener(function() {
|
selectionManager.addEventListener(function() {
|
||||||
var selectedIDs = [];
|
var selectedIDs = [];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue