tileUnload
The event fired to indicate that a tile's content was unloaded.
voxelPrimitive.tileUnload.addEventListener(function() {
console.log('A tile was unloaded from the cache.');
});
Content copied to clipboard
The event fired to indicate that a tile's content was unloaded.
voxelPrimitive.tileUnload.addEventListener(function() {
console.log('A tile was unloaded from the cache.');
});