fix: new TilesetEvent 缺少参数tags/3.2.0
| constructor(url, options = {}) { | constructor(url, options = {}) { | ||||
| super() | super() | ||||
| this._delegate = Cesium.Cesium3DTileset.fromUrl(url, options) | this._delegate = Cesium.Cesium3DTileset.fromUrl(url, options) | ||||
| this._tilesetEvent = new TilesetEvent() | |||||
| this._tilesetEvent = new TilesetEvent(this._delegate) | |||||
| this._tileVisibleCallback = undefined | this._tileVisibleCallback = undefined | ||||
| this._properties = undefined | this._properties = undefined | ||||
| this._state = State.INITIALIZED | this._state = State.INITIALIZED |