@realsee/dnalogel 2.9.2 → 2.10.1
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.
- package/dist/PanoVideoPlugin/Controller.d.ts +36 -0
- package/dist/PanoVideoPlugin/VideoMeshController.d.ts +97 -0
- package/dist/PanoVideoPlugin/index.d.ts +16 -0
- package/dist/PanoVideoPlugin/typings.d.ts +64 -0
- package/dist/PanoVideoPlugin/utils/index.d.ts +9 -0
- package/dist/PanoVideoPlugin/utils/shader.d.ts +2 -0
- package/dist/base/BasePlugin.d.ts +6 -6
- package/dist/index.cjs.js +66 -46
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3477 -3179
- package/dist/index.umd.js +53 -33
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +32 -31
- package/docs/classes/CruisePluginController.html +25 -24
- package/docs/classes/Magnifier.html +21 -20
- package/docs/classes/ModelRoomLabelController.html +12 -11
- package/docs/classes/Object3DHelperController.html +25 -24
- package/docs/classes/PaintBrush.html +16 -15
- package/docs/classes/PanoMeasurePluginLine.html +24 -23
- package/docs/classes/PanoMeasurePluginModel.html +23 -22
- package/docs/classes/PanoMeasurePluginPoint.html +15 -14
- package/docs/classes/PanoMeasurePluginPolyline.html +27 -26
- package/docs/classes/PanoTagPluginController.html +48 -47
- package/docs/classes/Util.BetterTween.html +9 -8
- package/docs/classes/Util.FivePointSelector.html +13 -12
- package/docs/classes/Util.Interval.html +13 -12
- package/docs/classes/Util.Magnifier.html +18 -17
- package/docs/classes/Util.PointDomHelper.html +12 -11
- package/docs/classes/Util.PointHelper.html +12 -11
- package/docs/classes/Util.Rectangle.html +14 -13
- package/docs/enums/CameraMovementEffect.html +8 -7
- package/docs/enums/ContentType.html +20 -19
- package/docs/enums/DIRECTION.html +10 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +10 -9
- package/docs/enums/DimensionType.html +8 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +9 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +10 -9
- package/docs/enums/PaintBrushTypeEnum.html +9 -8
- package/docs/enums/PointType.html +8 -7
- package/docs/enums/Rotation.html +9 -8
- package/docs/functions/CSS3DRenderPlugin.html +8 -4
- package/docs/functions/CameraMovementPlugin.html +8 -4
- package/docs/functions/CruisePlugin.html +8 -4
- package/docs/functions/GuideLinePlugin.html +9 -5
- package/docs/functions/ItemLabelPlugin.html +8 -4
- package/docs/functions/MapviewFloorplanPlugin.html +8 -4
- package/docs/functions/ModelChassisCompassPlugin.html +8 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +8 -4
- package/docs/functions/ModelFloorplanPlugin.html +8 -4
- package/docs/functions/ModelItemLabelPlugin.html +8 -4
- package/docs/functions/ModelRoomLabelPlugin.html +8 -4
- package/docs/functions/ModelTVVideoPlugin.html +8 -4
- package/docs/functions/ModelViewPlugin.html +8 -4
- package/docs/functions/Object3DHelperPlugin.html +8 -4
- package/docs/functions/PanoCompassPlugin.html +8 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +8 -4
- package/docs/functions/PanoDoorLabelPlugin.html +8 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +8 -4
- package/docs/functions/PanoMeasurePlugin.html +8 -4
- package/docs/functions/PanoRulerPlugin.html +8 -4
- package/docs/functions/PanoRulerProPlugin.html +8 -4
- package/docs/functions/PanoSpatialTagPlugin.html +8 -4
- package/docs/functions/PanoTagPlugin.html +8 -4
- package/docs/functions/PanoVideoPlugin.html +284 -0
- package/docs/functions/TopviewFloorplanPlugin.html +8 -4
- package/docs/functions/Util.getCoordsFromClient.html +6 -5
- package/docs/functions/Util.getCoordsFromElement.html +6 -5
- package/docs/functions/Util.getFrameTime.html +6 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +6 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +6 -5
- package/docs/functions/Util.isNil.html +6 -5
- package/docs/functions/Util.nextFrame.html +6 -5
- package/docs/functions/Util.notNil.html +6 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +6 -5
- package/docs/functions/Util.tweenProgress.html +6 -5
- package/docs/functions/pluginFlag.html +9 -5
- package/docs/index.html +8 -4
- package/docs/interfaces/AddTagConfig.html +7 -6
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +12 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +9 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +8 -7
- package/docs/interfaces/EventMap.html +16 -15
- package/docs/interfaces/FloorplanBounding.html +9 -8
- package/docs/interfaces/FloorplanData.html +11 -10
- package/docs/interfaces/FloorplanEntrance.html +12 -11
- package/docs/interfaces/FloorplanExtraObject.html +11 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +9 -8
- package/docs/interfaces/FloorplanFloorData.html +10 -9
- package/docs/interfaces/FloorplanImagePosition.html +8 -7
- package/docs/interfaces/FloorplanObserver.html +10 -9
- package/docs/interfaces/FloorplanOutlineItem.html +10 -9
- package/docs/interfaces/FloorplanPosition.html +8 -7
- package/docs/interfaces/FloorplanRoomItem.html +14 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +8 -7
- package/docs/interfaces/FloorplanServerBounding.html +9 -8
- package/docs/interfaces/FloorplanServerComputedData.html +11 -10
- package/docs/interfaces/FloorplanServerData.html +8 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +11 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +9 -8
- package/docs/interfaces/FloorplanServerEntrance.html +12 -11
- package/docs/interfaces/FloorplanServerFloorData.html +10 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +8 -7
- package/docs/interfaces/FloorplanServerObserver.html +10 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +10 -9
- package/docs/interfaces/FloorplanServerPosition.html +8 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +15 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +8 -7
- package/docs/interfaces/HelperOffset.html +9 -8
- package/docs/interfaces/ItemLabelPluginData.html +7 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +12 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +10 -9
- package/docs/interfaces/MinMax.html +8 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +8 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +9 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +8 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +9 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +9 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +7 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +12 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +8 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +7 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +10 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +9 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +7 -6
- package/docs/interfaces/ModelViewPluginExportType.html +12 -11
- package/docs/interfaces/Object3DHelperState.html +9 -8
- package/docs/interfaces/ObjectHelperControllers.html +10 -9
- package/docs/interfaces/PaintBrushAction.html +13 -12
- package/docs/interfaces/PaintBrushConfigs.html +13 -12
- package/docs/interfaces/PaintBrushState.html +11 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +11 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +9 -5
- package/docs/interfaces/PanoMeasureParameterType.html +13 -12
- package/docs/interfaces/PanoMeasurePluginLineJson.html +9 -8
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +8 -7
- package/docs/interfaces/PanoMeasurePluginPointJson.html +8 -7
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +9 -8
- package/docs/interfaces/PanoRulerPluginExportType.html +11 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +8 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +9 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +10 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +8 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +8 -7
- package/docs/interfaces/PanoRulerProPluginState.html +9 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +9 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +9 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +12 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +11 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +14 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +11 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +14 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +12 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +11 -10
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +74 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +89 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +66 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +165 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +66 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +97 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +114 -0
- package/docs/interfaces/Point.html +9 -8
- package/docs/interfaces/Room.html +10 -9
- package/docs/interfaces/RoomInfo.html +8 -7
- package/docs/interfaces/RoomLabel.html +15 -14
- package/docs/interfaces/RoomRules.html +9 -5
- package/docs/interfaces/Rooms.html +9 -5
- package/docs/interfaces/Scissor.html +10 -9
- package/docs/interfaces/State.html +9 -8
- package/docs/interfaces/TagCache.html +13 -12
- package/docs/interfaces/TagConfig.html +11 -10
- package/docs/interfaces/TagIconUrl.html +10 -9
- package/docs/interfaces/Tags.html +10 -9
- package/docs/interfaces/TemporaryState.html +7 -6
- package/docs/interfaces/Util.MagnifierParameter.html +12 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +9 -8
- package/docs/modules/PanoVideoPluginType.html +62 -0
- package/docs/modules/Util.html +6 -5
- package/docs/modules.html +13 -5
- package/docs/types/ArrayPosition.html +9 -5
- package/docs/types/AudioAppearance.html +9 -5
- package/docs/types/AudioTagTypeConfigKey.html +9 -5
- package/docs/types/CSS3DRenderExportType.html +9 -5
- package/docs/types/CSS3DRenderPluginExportType.html +9 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +9 -5
- package/docs/types/ClassFunctionParameters.html +9 -5
- package/docs/types/Color.html +9 -5
- package/docs/types/ContentTypeConfigKey.html +9 -5
- package/docs/types/ContentTypeConfigKeySplit.html +9 -5
- package/docs/types/ContentTypeMap.html +9 -5
- package/docs/types/Create3DDomContainerReturnType.html +9 -5
- package/docs/types/Create3DElementReturnType.html +9 -5
- package/docs/types/CruisePluginExportType.html +9 -5
- package/docs/types/Direction-1.html +9 -5
- package/docs/types/Direction4.html +9 -5
- package/docs/types/FloorplanRuleLabels.html +9 -5
- package/docs/types/FloorplanServerRuleLabels.html +9 -5
- package/docs/types/GuideLinePluginExportType.html +9 -5
- package/docs/types/HelperEventMap.html +9 -5
- package/docs/types/LoadTagConfig.html +9 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +9 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +9 -5
- package/docs/types/MediaData.html +9 -5
- package/docs/types/MediaStore.html +9 -5
- package/docs/types/ModelElement.html +9 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +9 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +9 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +9 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +9 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +9 -5
- package/docs/types/MoveArgs.html +9 -5
- package/docs/types/MoveOpts.html +9 -5
- package/docs/types/Object3DHelperEventMap.html +9 -5
- package/docs/types/ObjectFit.html +9 -5
- package/docs/types/PaintBrushEventMap.html +9 -5
- package/docs/types/PanoCompassPluginData.html +9 -5
- package/docs/types/PanoCompassPluginExportType.html +9 -5
- package/docs/types/PanoCompassPluginParameterType.html +9 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +9 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +9 -5
- package/docs/types/PanoIndex.html +9 -5
- package/docs/types/PanoMeasurePluginEvent.html +9 -5
- package/docs/types/PanoMeasureReturnType.html +9 -5
- package/docs/types/PanoSpatialTagPluginId.html +9 -5
- package/docs/types/PanoTagPluginExportInterface.html +9 -5
- package/docs/types/PanoTagPluginParamsInterface.html +9 -5
- package/docs/types/PanoVideoPluginParameterType.html +265 -0
- package/docs/types/PanoVideoPluginReturnType.html +265 -0
- package/docs/types/PlaneTag.html +9 -5
- package/docs/types/PlaneTagElement.html +9 -5
- package/docs/types/Point2DElement.html +9 -5
- package/docs/types/Point2DTag.html +9 -5
- package/docs/types/Point3DElement.html +9 -5
- package/docs/types/Point3DTag.html +9 -5
- package/docs/types/PointTag.html +9 -5
- package/docs/types/PointTagElement.html +9 -5
- package/docs/types/Position.html +9 -5
- package/docs/types/RotateArgs.html +9 -5
- package/docs/types/RotateOpts.html +9 -5
- package/docs/types/RuleLabelsKey.html +9 -5
- package/docs/types/RuleLabelsValue.html +9 -5
- package/docs/types/StickType.html +9 -5
- package/docs/types/Tag.html +9 -5
- package/docs/types/Tag2D.html +9 -5
- package/docs/types/Tag3D.html +9 -5
- package/docs/types/TagContentType.html +9 -5
- package/docs/types/TagDimensionType.html +9 -5
- package/docs/types/TagElement.html +9 -5
- package/docs/types/TagEvents.html +9 -5
- package/docs/types/TagGLTFObject.html +9 -5
- package/docs/types/TagHooks.html +9 -5
- package/docs/types/TagIconSize.html +9 -5
- package/docs/types/TagId.html +9 -5
- package/docs/types/TagPointType.html +9 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +9 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +9 -5
- package/docs/types/WorkCode.html +9 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +9 -5
- package/docs/variables/PLUGIN.html +9 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +9 -5
- package/docs/variables/ROOM_TYPE_MAP.html +9 -5
- package/docs/variables/VERSION.html +9 -5
- package/docs/variables/itemLabelPluginServerParams.html +9 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +9 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +9 -5
- package/libs/PanoVideoPlugin/Controller.d.ts +36 -0
- package/libs/PanoVideoPlugin/Controller.js +136 -0
- package/libs/PanoVideoPlugin/VideoMeshController.d.ts +97 -0
- package/libs/PanoVideoPlugin/VideoMeshController.js +198 -0
- package/libs/PanoVideoPlugin/index.d.ts +16 -0
- package/libs/PanoVideoPlugin/index.js +32 -0
- package/libs/PanoVideoPlugin/typings/index.js +6 -0
- package/libs/PanoVideoPlugin/typings.d.ts +64 -0
- package/libs/PanoVideoPlugin/typings.js +1 -0
- package/libs/PanoVideoPlugin/utils/index.d.ts +9 -0
- package/libs/PanoVideoPlugin/utils/index.js +11 -0
- package/libs/PanoVideoPlugin/utils/shader.d.ts +2 -0
- package/libs/PanoVideoPlugin/utils/shader.js +25 -0
- package/libs/base/BasePlugin.d.ts +6 -6
- package/libs/index.d.ts +1 -0
- package/libs/index.js +108 -100
- package/package.json +1 -1
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +0 -4
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +0 -6
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +0 -93
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +0 -5622
- package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +0 -1325
- package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +0 -173
- package/libs/PanoTagPlugin/mocks/v1/mock1.js +0 -122
- package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +0 -233
- package/libs/PanoTagPlugin/mocks/v1/mock2.js +0 -296
- package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +0 -22
- package/libs/PanoTagPlugin/mocks/v1/mock3.js +0 -32
- package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +0 -56
- package/libs/PanoTagPlugin/mocks/v1/mock4.js +0 -60
- package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +0 -13
- package/libs/PanoTagPlugin/mocks/v1/mock5.js +0 -17
- package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +0 -16
- package/libs/PanoTagPlugin/mocks/v1/mock6.js +0 -27
- package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +0 -22
- package/libs/PanoTagPlugin/mocks/v1/mock7.js +0 -228
package/docs/types/MoveOpts.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MoveOpts | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MoveOpts | 如视看房插件合集 - v2.10.1</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.10.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,20 +6,20 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.10.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.10.1</a></li>
|
|
16
16
|
<li><a href="MoveOpts.html">MoveOpts</a></li></ul>
|
|
17
17
|
<h1>Type alias MoveOpts</h1></div>
|
|
18
18
|
<div class="tsd-signature">Move<wbr/>Opts<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>preload<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">CameraMovementOptsCallback</span></div>
|
|
19
19
|
<div class="tsd-comment tsd-typography"><p>移动运镜配置</p>
|
|
20
20
|
</div><aside class="tsd-sources">
|
|
21
21
|
<ul>
|
|
22
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
22
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/2e92fca/plugins/src/CameraMovementPlugin/typing.ts#L59">plugins/src/CameraMovementPlugin/typing.ts:59</a></li></ul></aside></div>
|
|
23
23
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
24
24
|
<div class="tsd-navigation settings">
|
|
25
25
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -36,8 +36,9 @@
|
|
|
36
36
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
37
37
|
<div class="tsd-accordion-details">
|
|
38
38
|
<ul>
|
|
39
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
39
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.10.1</a>
|
|
40
40
|
<ul>
|
|
41
|
+
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
41
42
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
42
43
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
43
44
|
<ul>
|
|
@@ -198,6 +199,8 @@
|
|
|
198
199
|
<li class="tsd-kind-type-alias"><a href="PanoSpatialTagPluginId.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin<wbr/>Id</a></li>
|
|
199
200
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginExportInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Export<wbr/>Interface</a></li>
|
|
200
201
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginParamsInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</a></li>
|
|
202
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
|
|
203
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginReturnType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</a></li>
|
|
201
204
|
<li class="tsd-kind-type-alias"><a href="PlaneTag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag</a></li>
|
|
202
205
|
<li class="tsd-kind-type-alias"><a href="PlaneTagElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag<wbr/>Element</a></li>
|
|
203
206
|
<li class="tsd-kind-type-alias"><a href="Point2DElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Point2DElement</a></li>
|
|
@@ -258,6 +261,7 @@
|
|
|
258
261
|
<li class="tsd-kind-function"><a href="../functions/PanoRulerProPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Ruler<wbr/>Pro<wbr/>Plugin</a></li>
|
|
259
262
|
<li class="tsd-kind-function"><a href="../functions/PanoSpatialTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin</a></li>
|
|
260
263
|
<li class="tsd-kind-function"><a href="../functions/PanoTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin</a></li>
|
|
264
|
+
<li class="tsd-kind-function"><a href="../functions/PanoVideoPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin</a></li>
|
|
261
265
|
<li class="tsd-kind-function"><a href="../functions/TopviewFloorplanPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Topview<wbr/>Floorplan<wbr/>Plugin</a></li>
|
|
262
266
|
<li class="tsd-kind-function"><a href="../functions/pluginFlag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>plugin<wbr/>Flag</a></li></ul></nav></div></div>
|
|
263
267
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Object3DHelperEventMap | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Object3DHelperEventMap | 如视看房插件合集 - v2.10.1</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.10.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.10.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.10.1</a></li>
|
|
16
16
|
<li><a href="Object3DHelperEventMap.html">Object3DHelperEventMap</a></li></ul>
|
|
17
17
|
<h1>Type alias Object3DHelperEventMap</h1></div>
|
|
18
18
|
<div class="tsd-signature">Object3DHelper<wbr/>Event<wbr/>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>disable<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span>dispose<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span>enable<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span>hide<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span>show<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span>stateChange<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>prevState<span class="tsd-signature-symbol">?: </span><a href="../interfaces/Object3DHelperState.html" class="tsd-signature-type" data-tsd-kind="Interface">Object3DHelperState</a><span class="tsd-signature-symbol">; </span><br/><span> </span>state<span class="tsd-signature-symbol">: </span><a href="../interfaces/Object3DHelperState.html" class="tsd-signature-type" data-tsd-kind="Interface">Object3DHelperState</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
<h5>state<span class="tsd-signature-symbol">: </span><a href="../interfaces/Object3DHelperState.html" class="tsd-signature-type" data-tsd-kind="Interface">Object3DHelperState</a></h5></li></ul></li></ul></div>
|
|
111
111
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div><aside class="tsd-sources">
|
|
112
112
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
113
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/2e92fca/plugins/src/shared-utils/Object3DHelper/typings/Hooks.ts#L40">plugins/src/shared-utils/Object3DHelper/typings/Hooks.ts:40</a></li></ul></aside></div>
|
|
114
114
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
115
115
|
<div class="tsd-navigation settings">
|
|
116
116
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -127,8 +127,9 @@
|
|
|
127
127
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
128
128
|
<div class="tsd-accordion-details">
|
|
129
129
|
<ul>
|
|
130
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
130
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.10.1</a>
|
|
131
131
|
<ul>
|
|
132
|
+
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
132
133
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
133
134
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
134
135
|
<ul>
|
|
@@ -289,6 +290,8 @@
|
|
|
289
290
|
<li class="tsd-kind-type-alias"><a href="PanoSpatialTagPluginId.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin<wbr/>Id</a></li>
|
|
290
291
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginExportInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Export<wbr/>Interface</a></li>
|
|
291
292
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginParamsInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</a></li>
|
|
293
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
|
|
294
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginReturnType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</a></li>
|
|
292
295
|
<li class="tsd-kind-type-alias"><a href="PlaneTag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag</a></li>
|
|
293
296
|
<li class="tsd-kind-type-alias"><a href="PlaneTagElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag<wbr/>Element</a></li>
|
|
294
297
|
<li class="tsd-kind-type-alias"><a href="Point2DElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Point2DElement</a></li>
|
|
@@ -349,6 +352,7 @@
|
|
|
349
352
|
<li class="tsd-kind-function"><a href="../functions/PanoRulerProPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Ruler<wbr/>Pro<wbr/>Plugin</a></li>
|
|
350
353
|
<li class="tsd-kind-function"><a href="../functions/PanoSpatialTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin</a></li>
|
|
351
354
|
<li class="tsd-kind-function"><a href="../functions/PanoTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin</a></li>
|
|
355
|
+
<li class="tsd-kind-function"><a href="../functions/PanoVideoPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin</a></li>
|
|
352
356
|
<li class="tsd-kind-function"><a href="../functions/TopviewFloorplanPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Topview<wbr/>Floorplan<wbr/>Plugin</a></li>
|
|
353
357
|
<li class="tsd-kind-function"><a href="../functions/pluginFlag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>plugin<wbr/>Flag</a></li></ul></nav></div></div>
|
|
354
358
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ObjectFit | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ObjectFit | 如视看房插件合集 - v2.10.1</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.10.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.10.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.10.1</a></li>
|
|
16
16
|
<li><a href="ObjectFit.html">ObjectFit</a></li></ul>
|
|
17
17
|
<h1>Type alias ObjectFit</h1></div>
|
|
18
18
|
<div class="tsd-signature">Object<wbr/>Fit<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"fill"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"contain"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"cover"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"none"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"scale-down"</span></div><aside class="tsd-sources">
|
|
19
19
|
<ul>
|
|
20
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
20
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/2e92fca/plugins/src/PanoTagPlugin/typings/tag/TagData.ts#L6">plugins/src/PanoTagPlugin/typings/tag/TagData.ts:6</a></li></ul></aside></div>
|
|
21
21
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
22
22
|
<div class="tsd-navigation settings">
|
|
23
23
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -34,8 +34,9 @@
|
|
|
34
34
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
35
35
|
<div class="tsd-accordion-details">
|
|
36
36
|
<ul>
|
|
37
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
37
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.10.1</a>
|
|
38
38
|
<ul>
|
|
39
|
+
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
39
40
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
40
41
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
41
42
|
<ul>
|
|
@@ -196,6 +197,8 @@
|
|
|
196
197
|
<li class="tsd-kind-type-alias"><a href="PanoSpatialTagPluginId.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin<wbr/>Id</a></li>
|
|
197
198
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginExportInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Export<wbr/>Interface</a></li>
|
|
198
199
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginParamsInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</a></li>
|
|
200
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
|
|
201
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginReturnType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</a></li>
|
|
199
202
|
<li class="tsd-kind-type-alias"><a href="PlaneTag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag</a></li>
|
|
200
203
|
<li class="tsd-kind-type-alias"><a href="PlaneTagElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag<wbr/>Element</a></li>
|
|
201
204
|
<li class="tsd-kind-type-alias"><a href="Point2DElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Point2DElement</a></li>
|
|
@@ -256,6 +259,7 @@
|
|
|
256
259
|
<li class="tsd-kind-function"><a href="../functions/PanoRulerProPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Ruler<wbr/>Pro<wbr/>Plugin</a></li>
|
|
257
260
|
<li class="tsd-kind-function"><a href="../functions/PanoSpatialTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin</a></li>
|
|
258
261
|
<li class="tsd-kind-function"><a href="../functions/PanoTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin</a></li>
|
|
262
|
+
<li class="tsd-kind-function"><a href="../functions/PanoVideoPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin</a></li>
|
|
259
263
|
<li class="tsd-kind-function"><a href="../functions/TopviewFloorplanPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Topview<wbr/>Floorplan<wbr/>Plugin</a></li>
|
|
260
264
|
<li class="tsd-kind-function"><a href="../functions/pluginFlag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>plugin<wbr/>Flag</a></li></ul></nav></div></div>
|
|
261
265
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PaintBrushEventMap | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PaintBrushEventMap | 如视看房插件合集 - v2.10.1</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.10.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.10.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.10.1</a></li>
|
|
16
16
|
<li><a href="PaintBrushEventMap.html">PaintBrushEventMap</a></li></ul>
|
|
17
17
|
<h1>Type alias PaintBrushEventMap</h1></div>
|
|
18
18
|
<div class="tsd-signature">Paint<wbr/>Brush<wbr/>Event<wbr/>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>readyChange<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>ready<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span>stateChange<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="../interfaces/PaintBrushAction.html" class="tsd-signature-type" data-tsd-kind="Interface">PaintBrushAction</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<h5>userAction: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
|
|
49
49
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div><aside class="tsd-sources">
|
|
50
50
|
<ul>
|
|
51
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
51
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/2e92fca/plugins/src/components/PaintBrush/typings.ts#L11">plugins/src/components/PaintBrush/typings.ts:11</a></li></ul></aside></div>
|
|
52
52
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
53
53
|
<div class="tsd-navigation settings">
|
|
54
54
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -65,8 +65,9 @@
|
|
|
65
65
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
66
66
|
<div class="tsd-accordion-details">
|
|
67
67
|
<ul>
|
|
68
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
68
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.10.1</a>
|
|
69
69
|
<ul>
|
|
70
|
+
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
70
71
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
71
72
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
72
73
|
<ul>
|
|
@@ -227,6 +228,8 @@
|
|
|
227
228
|
<li class="tsd-kind-type-alias"><a href="PanoSpatialTagPluginId.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin<wbr/>Id</a></li>
|
|
228
229
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginExportInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Export<wbr/>Interface</a></li>
|
|
229
230
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginParamsInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</a></li>
|
|
231
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
|
|
232
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginReturnType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</a></li>
|
|
230
233
|
<li class="tsd-kind-type-alias"><a href="PlaneTag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag</a></li>
|
|
231
234
|
<li class="tsd-kind-type-alias"><a href="PlaneTagElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag<wbr/>Element</a></li>
|
|
232
235
|
<li class="tsd-kind-type-alias"><a href="Point2DElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Point2DElement</a></li>
|
|
@@ -287,6 +290,7 @@
|
|
|
287
290
|
<li class="tsd-kind-function"><a href="../functions/PanoRulerProPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Ruler<wbr/>Pro<wbr/>Plugin</a></li>
|
|
288
291
|
<li class="tsd-kind-function"><a href="../functions/PanoSpatialTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin</a></li>
|
|
289
292
|
<li class="tsd-kind-function"><a href="../functions/PanoTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin</a></li>
|
|
293
|
+
<li class="tsd-kind-function"><a href="../functions/PanoVideoPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin</a></li>
|
|
290
294
|
<li class="tsd-kind-function"><a href="../functions/TopviewFloorplanPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Topview<wbr/>Floorplan<wbr/>Plugin</a></li>
|
|
291
295
|
<li class="tsd-kind-function"><a href="../functions/pluginFlag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>plugin<wbr/>Flag</a></li></ul></nav></div></div>
|
|
292
296
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoCompassPluginData | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoCompassPluginData | 如视看房插件合集 - v2.10.1</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.10.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.10.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.10.1</a></li>
|
|
16
16
|
<li><a href="PanoCompassPluginData.html">PanoCompassPluginData</a></li></ul>
|
|
17
17
|
<h1>Type alias PanoCompassPluginData</h1></div>
|
|
18
18
|
<div class="tsd-signature">Pano<wbr/>Compass<wbr/>Plugin<wbr/>Data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PluginData</span></div><aside class="tsd-sources">
|
|
19
19
|
<ul>
|
|
20
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
20
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/2e92fca/plugins/src/PanoCompassPlugin/typings.ts#L56">plugins/src/PanoCompassPlugin/typings.ts:56</a></li></ul></aside></div>
|
|
21
21
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
22
22
|
<div class="tsd-navigation settings">
|
|
23
23
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -34,8 +34,9 @@
|
|
|
34
34
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
35
35
|
<div class="tsd-accordion-details">
|
|
36
36
|
<ul>
|
|
37
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
37
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.10.1</a>
|
|
38
38
|
<ul>
|
|
39
|
+
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
39
40
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
40
41
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
41
42
|
<ul>
|
|
@@ -196,6 +197,8 @@
|
|
|
196
197
|
<li class="tsd-kind-type-alias"><a href="PanoSpatialTagPluginId.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin<wbr/>Id</a></li>
|
|
197
198
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginExportInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Export<wbr/>Interface</a></li>
|
|
198
199
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginParamsInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</a></li>
|
|
200
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
|
|
201
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginReturnType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</a></li>
|
|
199
202
|
<li class="tsd-kind-type-alias"><a href="PlaneTag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag</a></li>
|
|
200
203
|
<li class="tsd-kind-type-alias"><a href="PlaneTagElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag<wbr/>Element</a></li>
|
|
201
204
|
<li class="tsd-kind-type-alias"><a href="Point2DElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Point2DElement</a></li>
|
|
@@ -256,6 +259,7 @@
|
|
|
256
259
|
<li class="tsd-kind-function"><a href="../functions/PanoRulerProPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Ruler<wbr/>Pro<wbr/>Plugin</a></li>
|
|
257
260
|
<li class="tsd-kind-function"><a href="../functions/PanoSpatialTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin</a></li>
|
|
258
261
|
<li class="tsd-kind-function"><a href="../functions/PanoTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin</a></li>
|
|
262
|
+
<li class="tsd-kind-function"><a href="../functions/PanoVideoPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin</a></li>
|
|
259
263
|
<li class="tsd-kind-function"><a href="../functions/TopviewFloorplanPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Topview<wbr/>Floorplan<wbr/>Plugin</a></li>
|
|
260
264
|
<li class="tsd-kind-function"><a href="../functions/pluginFlag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>plugin<wbr/>Flag</a></li></ul></nav></div></div>
|
|
261
265
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoCompassPluginExportType | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoCompassPluginExportType | 如视看房插件合集 - v2.10.1</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.10.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.10.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.10.1</a></li>
|
|
16
16
|
<li><a href="PanoCompassPluginExportType.html">PanoCompassPluginExportType</a></li></ul>
|
|
17
17
|
<h1>Type alias PanoCompassPluginExportType</h1></div>
|
|
18
18
|
<div class="tsd-signature">Pano<wbr/>Compass<wbr/>Plugin<wbr/>Export<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PanoCompassController</span></div><aside class="tsd-sources">
|
|
19
19
|
<ul>
|
|
20
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
20
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/2e92fca/plugins/src/PanoCompassPlugin/index.ts#L5">plugins/src/PanoCompassPlugin/index.ts:5</a></li></ul></aside></div>
|
|
21
21
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
22
22
|
<div class="tsd-navigation settings">
|
|
23
23
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -34,8 +34,9 @@
|
|
|
34
34
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
35
35
|
<div class="tsd-accordion-details">
|
|
36
36
|
<ul>
|
|
37
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
37
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.10.1</a>
|
|
38
38
|
<ul>
|
|
39
|
+
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
39
40
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
40
41
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
41
42
|
<ul>
|
|
@@ -196,6 +197,8 @@
|
|
|
196
197
|
<li class="tsd-kind-type-alias"><a href="PanoSpatialTagPluginId.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin<wbr/>Id</a></li>
|
|
197
198
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginExportInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Export<wbr/>Interface</a></li>
|
|
198
199
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginParamsInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</a></li>
|
|
200
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
|
|
201
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginReturnType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</a></li>
|
|
199
202
|
<li class="tsd-kind-type-alias"><a href="PlaneTag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag</a></li>
|
|
200
203
|
<li class="tsd-kind-type-alias"><a href="PlaneTagElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag<wbr/>Element</a></li>
|
|
201
204
|
<li class="tsd-kind-type-alias"><a href="Point2DElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Point2DElement</a></li>
|
|
@@ -256,6 +259,7 @@
|
|
|
256
259
|
<li class="tsd-kind-function"><a href="../functions/PanoRulerProPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Ruler<wbr/>Pro<wbr/>Plugin</a></li>
|
|
257
260
|
<li class="tsd-kind-function"><a href="../functions/PanoSpatialTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin</a></li>
|
|
258
261
|
<li class="tsd-kind-function"><a href="../functions/PanoTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin</a></li>
|
|
262
|
+
<li class="tsd-kind-function"><a href="../functions/PanoVideoPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin</a></li>
|
|
259
263
|
<li class="tsd-kind-function"><a href="../functions/TopviewFloorplanPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Topview<wbr/>Floorplan<wbr/>Plugin</a></li>
|
|
260
264
|
<li class="tsd-kind-function"><a href="../functions/pluginFlag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>plugin<wbr/>Flag</a></li></ul></nav></div></div>
|
|
261
265
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoCompassPluginParameterType | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoCompassPluginParameterType | 如视看房插件合集 - v2.10.1</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.10.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.10.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.10.1</a></li>
|
|
16
16
|
<li><a href="PanoCompassPluginParameterType.html">PanoCompassPluginParameterType</a></li></ul>
|
|
17
17
|
<h1>Type alias PanoCompassPluginParameterType</h1></div>
|
|
18
18
|
<div class="tsd-signature">Pano<wbr/>Compass<wbr/>Plugin<wbr/>Parameter<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Config</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></div><aside class="tsd-sources">
|
|
19
19
|
<ul>
|
|
20
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
20
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/2e92fca/plugins/src/PanoCompassPlugin/typings.ts#L54">plugins/src/PanoCompassPlugin/typings.ts:54</a></li></ul></aside></div>
|
|
21
21
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
22
22
|
<div class="tsd-navigation settings">
|
|
23
23
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -34,8 +34,9 @@
|
|
|
34
34
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
35
35
|
<div class="tsd-accordion-details">
|
|
36
36
|
<ul>
|
|
37
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
37
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.10.1</a>
|
|
38
38
|
<ul>
|
|
39
|
+
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
39
40
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
40
41
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
41
42
|
<ul>
|
|
@@ -196,6 +197,8 @@
|
|
|
196
197
|
<li class="tsd-kind-type-alias"><a href="PanoSpatialTagPluginId.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin<wbr/>Id</a></li>
|
|
197
198
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginExportInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Export<wbr/>Interface</a></li>
|
|
198
199
|
<li class="tsd-kind-type-alias"><a href="PanoTagPluginParamsInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</a></li>
|
|
200
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
|
|
201
|
+
<li class="tsd-kind-type-alias"><a href="PanoVideoPluginReturnType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</a></li>
|
|
199
202
|
<li class="tsd-kind-type-alias"><a href="PlaneTag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag</a></li>
|
|
200
203
|
<li class="tsd-kind-type-alias"><a href="PlaneTagElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Plane<wbr/>Tag<wbr/>Element</a></li>
|
|
201
204
|
<li class="tsd-kind-type-alias"><a href="Point2DElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Point2DElement</a></li>
|
|
@@ -256,6 +259,7 @@
|
|
|
256
259
|
<li class="tsd-kind-function"><a href="../functions/PanoRulerProPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Ruler<wbr/>Pro<wbr/>Plugin</a></li>
|
|
257
260
|
<li class="tsd-kind-function"><a href="../functions/PanoSpatialTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Spatial<wbr/>Tag<wbr/>Plugin</a></li>
|
|
258
261
|
<li class="tsd-kind-function"><a href="../functions/PanoTagPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Tag<wbr/>Plugin</a></li>
|
|
262
|
+
<li class="tsd-kind-function"><a href="../functions/PanoVideoPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pano<wbr/>Video<wbr/>Plugin</a></li>
|
|
259
263
|
<li class="tsd-kind-function"><a href="../functions/TopviewFloorplanPlugin.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Topview<wbr/>Floorplan<wbr/>Plugin</a></li>
|
|
260
264
|
<li class="tsd-kind-function"><a href="../functions/pluginFlag.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>plugin<wbr/>Flag</a></li></ul></nav></div></div>
|
|
261
265
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|