class EditorTree {
    constructor (app, _treeData, posX, posY) {
        this.treeData = _treeData; // contains only this tree's data
        this.treeContainer = new PIXI.Container();
        this.treeContainer.enableSort = true;