loadTree Method
Waits for TileTreeOwner.load, then resolves. It is generally preferable to call TileTreeOwner.load directly rather than await
ing this method.
loadTree(): Promise<undefined | TileTree>
Returns - Promise<undefined | TileTree>
Last Updated: 20 June, 2023