UNPKG

@itwin/core-frontend

Version:
16 lines 1.85 kB
/** @packageDocumentation * @module Utils */ export { _callIpcChannel, _scheduleScriptReference } from "../common/internal/Symbols"; export { AnimationNodeId } from "../common/internal/render/AnimationNodeId"; export { GltfDataType, type GltfMeshPrimitive } from "../common/gltf/GltfSchema"; export { OnScreenTarget, Target } from "./render/webgl/Target"; export { PerformanceMetrics } from "./render/webgl/PerformanceMetrics"; export { type GLTimerResult, RenderDiagnostics, type RenderSystemDebugControl } from "./render/RenderSystemDebugControl"; export { formatAnimationBranchId } from "./render/AnimationBranchState"; export { PrimitiveVisibility, type RenderTargetDebugControl } from "./render/RenderTargetDebugControl"; export { acquireImdlDecoder, appendQueryParams, ArcGisErrorCode, ArcGisGeometryReaderJSON, type ArcGisGetServiceJsonArgs, ArcGISImageryProvider, type ArcGISServiceMetadata, ArcGisUtilities, type ArcGisValidateSourceArgs, collectMaskRefs, createSpatialTileTreeReferences, deflateCoordinates, type FeatureAttributeDrivenSymbology, FeatureGeometryBaseRenderer, type FeatureGeometryRenderer, FeatureGraphicsRenderer, type FeatureSymbolizedRenderer, type FeatureSymbologyRenderer, GltfReader, type GltfReaderArgs, type GltfReaderResult, type GraphicsGeometryRenderer, ImageryMapTileTree, type ImdlDecoder, ImdlReader, type MapLayerInfoFromTileTree, MapTileTreeReference, RealityModelTileUtils, RealityTileLoader, SpatialTileTreeReferences, type WGS84Extent, WmsUtilities, LayerTileTreeHandler, type MapLayerTreeSetting, LayerTileTreeReferenceHandler } from "../tile/internal"; export { GoogleMapsDecorator, LogoDecoration } from "./GoogleMapsDecorator"; export { DebugShaderFile } from "./render/RenderSystemDebugControl"; export { IModelTileTree } from "./tile/IModelTileTree"; //# sourceMappingURL=cross-package.d.ts.map