babylonjs-loaders 6.37.0 → 6.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2201,6 +2201,10 @@ declare module BABYLON.GLTF2 {
2201
2201
  * The root Babylon mesh when loading the asset.
2202
2202
  */
2203
2203
  get rootBabylonMesh(): Nullable<Mesh>;
2204
+ /**
2205
+ * The root url when loading the asset.
2206
+ */
2207
+ get rootUrl(): Nullable<string>;
2204
2208
  /**
2205
2209
  * @internal
2206
2210
  */