UNPKG

@itwin/core-frontend

Version:
24 lines 1.95 kB
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @packageDocumentation * @module Utils */ export { _callIpcChannel, _scheduleScriptReference } from "../common/internal/Symbols"; export { AnimationNodeId } from "../common/internal/render/AnimationNodeId"; export { GltfDataType } from "../common/gltf/GltfSchema"; export { OnScreenTarget, Target } from "./render/webgl/Target"; export { PerformanceMetrics } from "./render/webgl/PerformanceMetrics"; export { RenderDiagnostics } from "./render/RenderSystemDebugControl"; export { formatAnimationBranchId } from "./render/AnimationBranchState"; export { PrimitiveVisibility } from "./render/RenderTargetDebugControl"; // Used by frontend-tiles, map-layers-formats, frontend-dev-tools export { acquireImdlDecoder, appendQueryParams, ArcGisErrorCode, ArcGisGeometryReaderJSON, ArcGISImageryProvider, ArcGisUtilities, collectMaskRefs, createSpatialTileTreeReferences, deflateCoordinates, FeatureGeometryBaseRenderer, FeatureGraphicsRenderer, GltfReader, ImageryMapTileTree, ImdlReader, MapTileTreeReference, RealityModelTileUtils, RealityTileLoader, SpatialTileTreeReferences, WmsUtilities, LayerTileTreeHandler, LayerTileTreeReferenceHandler } from "../tile/internal"; export { GoogleMapsDecorator, LogoDecoration } from "./GoogleMapsDecorator"; // Used by display-test-app which currently builds using both ESModules and CommonJS. // Remove once CommonJS is dropped. export { DebugShaderFile } from "./render/RenderSystemDebugControl"; export { IModelTileTree } from "./tile/IModelTileTree"; export { _implementationProhibited } from "../common/internal/Symbols"; //# sourceMappingURL=cross-package.js.map