UNPKG

@itwin/frontend-devtools

Version:

Debug menu and supporting UI widgets

87 lines 3.6 kB
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ export * from "./ClipboardUtilities"; export * from "./FrontEndDevTools"; export * from "./effects/Convolution"; export * from "./effects/EffectTools"; export * from "./effects/Explosion"; export * from "./effects/FlipImage"; export * from "./effects/LensDistortion"; export * from "./effects/Random"; export * from "./effects/Saturation"; export * from "./effects/Snow"; export * from "./effects/Vignette"; export * from "./tools/AnimationIntervalTool"; export * from "./tools/ChangeUnitsTool"; export * from "./tools/ClipTools"; export * from "./tools/DisplayStyleTools"; export * from "./tools/EmphasizeElementsTool"; export * from "./tools/FrustumDecoration"; export * from "./tools/InspectElementTool"; export * from "./tools/MapLayerTool"; export * from "./tools/MeasureTileLoadTime"; export * from "./tools/ModelAppearanceTools"; export * from "./tools/parseArgs"; export * from "./tools/parseBoolean"; export * from "./tools/parseToggle"; export * from "./tools/PlanarMaskTools"; export * from "./tools/PlanProjectionTools"; export * from "./tools/ProjectExtents"; export * from "./tools/RealityModelTools"; export * from "./tools/RealityTransitionTool"; export * from "./tools/RenderSystemTools"; export * from "./tools/RenderTargetTools"; export * from "./tools/ReportWebGLCompatibilityTool"; export * from "./tools/SavedViews"; export * from "./tools/SelectionTools"; export * from "./tools/ScheduleScriptTools"; export * from "./tools/SetGpuMemoryLimitTool"; export * from "./tools/SourceAspectIdTools"; export * from "./tools/TileRequestDecoration"; export * from "./tools/TileTreeBoundsDecoration"; export * from "./tools/ToolTipProvider"; export * from "./tools/ViewportTools"; export * from "./ui/Button"; export * from "./ui/CheckBox"; export * from "./ui/ColorInput"; export * from "./ui/ComboBox"; export * from "./ui/DataList"; export * from "./ui/NestedMenu"; export * from "./ui/NumericInput"; export * from "./ui/RadioBox"; export * from "./ui/Slider"; export * from "./ui/TextBox"; export * from "./widgets/DiagnosticsPanel"; export * from "./widgets/FpsTracker"; export * from "./widgets/GpuProfiler"; export * from "./widgets/KeyinField"; export * from "./widgets/MemoryTracker"; export * from "./widgets/TileMemoryBreakdown"; export * from "./widgets/TileStatisticsTracker"; export * from "./widgets/ToolSettingsTracker"; /** @docs-package-description * The frontend-devtools package contains various tools and widgets for monitoring and debugging the front-end state of an iTwin.js application. */ /** * @docs-group-description Widgets * Widgets that wrap some of the package's functionality into embeddable HTML controls. */ /** * @docs-group-description Tools * Interactive- and immediate-mode [tools]($docs/learning/frontend/Tools.md), most of which can be executed via key-in. All key-ins are documented in the package's README. */ /** * @docs-group-description Controls * Rudimentary HTML components used to build the widgets. */ /** * @docs-group-description Effects * Examples of screen-space effects produced by [RenderSystem.createScreenSpaceEffectBuilder]($frontend). */ /** * @docs-group-description Utilities * Utility functions used throughout the package. */ //# sourceMappingURL=frontend-devtools.js.map