UNPKG

@itwin/core-common

Version:

iTwin.js components common to frontend and backend

17 lines 892 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** * All of the currently supported Reality Data types * @beta */ export var DefaultSupportedTypes; (function (DefaultSupportedTypes) { DefaultSupportedTypes["RealityMesh3dTiles"] = "RealityMesh3DTiles"; DefaultSupportedTypes["OPC"] = "OPC"; DefaultSupportedTypes["Terrain3dTiles"] = "Terrain3DTiles"; DefaultSupportedTypes["OMR"] = "OMR"; DefaultSupportedTypes["Cesium3dTiles"] = "Cesium3DTiles"; // Cesium 3D Tiles })(DefaultSupportedTypes || (DefaultSupportedTypes = {})); //# sourceMappingURL=RealityDataAccessProps.js.map