@realsee/dnalogel 2.20.5 → 2.21.0-dev.0
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/GuideLinePlugin/Controller.d.ts +3 -5
- package/dist/GuideLinePlugin/GuideLineItem.d.ts +1 -1
- package/dist/GuideLinePlugin/GuideLineModeItem.d.ts +0 -17
- package/dist/GuideLinePlugin/utils/createLineGeometry.d.ts +0 -7
- package/dist/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +10 -4
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +10 -0
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +9 -2
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +21 -8
- package/dist/PanoMeasurePlugin/Model/area.d.ts +62 -0
- package/dist/PanoMeasurePlugin/Model/index.d.ts +9 -0
- package/dist/PanoMeasurePlugin/Model/line.d.ts +4 -1
- package/dist/PanoMeasurePlugin/Model/polygon.d.ts +10 -0
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Modules/FiveHelper.d.ts +2 -1
- package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +1 -1
- package/dist/PanoMeasurePlugin/typings/data.d.ts +18 -0
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +10 -3
- package/dist/PanoMeasurePlugin/typings/index.d.ts +1 -1
- package/dist/PanoMeasurePlugin/utils/dom/areaDom.d.ts +22 -0
- package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +25 -0
- package/dist/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +27 -0
- package/dist/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +6 -0
- package/dist/PanoMeasurePlugin/utils/geometryUtil.d.ts +7 -0
- package/dist/PanoMeasurePlugin/utils/isIntersecting.d.ts +15 -0
- package/dist/PanoMeasurePlugin/utils/line.d.ts +2 -1
- package/dist/index.cjs.js +64 -64
- package/dist/index.js +7976 -7345
- package/dist/index.umd.js +57 -57
- package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +3 -7
- package/dist/shared-utils/safeObj.d.ts +1 -0
- package/dist/shared-utils/three/IObject3D.d.ts +7 -0
- package/dist/shared-utils/three/Magnifier.d.ts +3 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +30 -30
- package/docs/classes/CruisePluginController.html +25 -25
- package/docs/classes/GuideLineItem.GuideLineItem.html +19 -19
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +31 -86
- package/docs/classes/Magnifier.html +19 -19
- package/docs/classes/ModelRoomLabelController.html +10 -10
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +14 -14
- package/docs/classes/PanoMeasurePluginLine.html +50 -105
- package/docs/classes/PanoMeasurePluginModel.html +65 -23
- package/docs/classes/PanoMeasurePluginPoint.html +13 -13
- package/docs/classes/PanoMeasurePluginPolyline.html +37 -25
- package/docs/classes/PanoTagPluginController.html +46 -46
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +11 -11
- package/docs/classes/Util.Interval.html +11 -11
- package/docs/classes/Util.Magnifier.html +29 -16
- package/docs/classes/Util.PointDomHelper.html +10 -10
- package/docs/classes/Util.PointHelper.html +10 -10
- package/docs/classes/Util.Rectangle.html +12 -12
- package/docs/enums/CameraMovementEffect.html +6 -6
- package/docs/enums/ContentType.html +19 -19
- package/docs/enums/DIRECTION.html +8 -8
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +8 -8
- package/docs/enums/DimensionType.html +6 -6
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +7 -7
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +8 -8
- package/docs/enums/PaintBrushTypeEnum.html +7 -7
- package/docs/enums/PointType.html +6 -6
- package/docs/enums/Rotation.html +7 -7
- package/docs/functions/CSS3DRenderPlugin.html +4 -4
- package/docs/functions/CameraMovementPlugin.html +4 -4
- package/docs/functions/CruisePlugin.html +4 -4
- package/docs/functions/GuideLinePlugin.html +4 -4
- package/docs/functions/ItemLabelPlugin.html +4 -4
- package/docs/functions/MapviewFloorplanPlugin.html +4 -4
- package/docs/functions/ModelChassisCompassPlugin.html +4 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
- package/docs/functions/ModelFloorplanPlugin.html +4 -4
- package/docs/functions/ModelItemLabelPlugin.html +4 -4
- package/docs/functions/ModelRoomLabelPlugin.html +4 -4
- package/docs/functions/ModelTVVideoPlugin.html +4 -4
- package/docs/functions/ModelViewPlugin.html +4 -4
- package/docs/functions/Object3DHelperPlugin.html +4 -4
- package/docs/functions/PanoCompassPlugin.html +4 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
- package/docs/functions/PanoDoorLabelPlugin.html +4 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
- package/docs/functions/PanoMeasurePlugin.html +4 -4
- package/docs/functions/PanoRulerPlugin.html +4 -4
- package/docs/functions/PanoRulerProPlugin.html +4 -4
- package/docs/functions/PanoSpatialTagPlugin.html +4 -4
- package/docs/functions/PanoTagPlugin.html +4 -4
- package/docs/functions/PanoVideoPlugin.html +4 -4
- package/docs/functions/TopviewFloorplanPlugin.html +4 -4
- package/docs/functions/Util.getCoordsFromClient.html +4 -4
- package/docs/functions/Util.getCoordsFromElement.html +4 -4
- package/docs/functions/Util.getFrameTime.html +4 -4
- package/docs/functions/Util.getIntersectFromRelativePosition.html +4 -4
- package/docs/functions/Util.getRaycasterFromFivePointer.html +4 -4
- package/docs/functions/Util.isAbsoluteURL.html +4 -4
- package/docs/functions/Util.isModelLike.html +4 -4
- package/docs/functions/Util.isNil.html +4 -4
- package/docs/functions/Util.isPanoramaLike.html +4 -4
- package/docs/functions/Util.nextFrame.html +4 -4
- package/docs/functions/Util.notNil.html +4 -4
- package/docs/functions/Util.requestAnimationFrameInterval.html +4 -4
- package/docs/functions/Util.tweenProgress.html +4 -4
- package/docs/functions/Util.uuid.html +4 -4
- package/docs/functions/pluginFlag.html +4 -4
- package/docs/index.html +4 -4
- package/docs/interfaces/AddTagConfig.html +5 -5
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +10 -10
- package/docs/interfaces/CSS3DRenderPluginState.html +7 -7
- package/docs/interfaces/CameraMovementPluginExportType.html +6 -6
- package/docs/interfaces/CruisePluginTypes.Config.html +7 -7
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +11 -11
- package/docs/interfaces/CruisePluginTypes.EventMap.html +19 -19
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +11 -11
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +13 -13
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +13 -13
- package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -8
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +6 -6
- package/docs/interfaces/CruisePluginTypes.PluginState.html +10 -10
- package/docs/interfaces/EventMap.html +14 -14
- package/docs/interfaces/FloorplanBounding.html +7 -7
- package/docs/interfaces/FloorplanData.html +9 -9
- package/docs/interfaces/FloorplanEntrance.html +10 -10
- package/docs/interfaces/FloorplanExtraObject.html +9 -9
- package/docs/interfaces/FloorplanExtraObject3D.html +7 -7
- package/docs/interfaces/FloorplanFloorData.html +8 -8
- package/docs/interfaces/FloorplanImagePosition.html +6 -6
- package/docs/interfaces/FloorplanObserver.html +8 -8
- package/docs/interfaces/FloorplanOutlineItem.html +8 -8
- package/docs/interfaces/FloorplanPosition.html +6 -6
- package/docs/interfaces/FloorplanRoomItem.html +12 -12
- package/docs/interfaces/FloorplanRoomLabelItem.html +6 -6
- package/docs/interfaces/FloorplanServerBounding.html +7 -7
- package/docs/interfaces/FloorplanServerComputedData.html +9 -9
- package/docs/interfaces/FloorplanServerData.html +6 -6
- package/docs/interfaces/FloorplanServerDoorItem.html +9 -9
- package/docs/interfaces/FloorplanServerDoorPosition.html +7 -7
- package/docs/interfaces/FloorplanServerEntrance.html +10 -10
- package/docs/interfaces/FloorplanServerFloorData.html +8 -8
- package/docs/interfaces/FloorplanServerImagePosition.html +6 -6
- package/docs/interfaces/FloorplanServerObserver.html +8 -8
- package/docs/interfaces/FloorplanServerOutlineItem.html +8 -8
- package/docs/interfaces/FloorplanServerPosition.html +6 -6
- package/docs/interfaces/FloorplanServerRoomItem.html +13 -13
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -6
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +7 -7
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +9 -9
- package/docs/interfaces/GuideLinePluginType.EventMap.html +12 -12
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +7 -7
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -5
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -12
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +7 -7
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +17 -17
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +6 -6
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +17 -17
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +4 -4
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +6 -6
- package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -7
- package/docs/interfaces/GuideLinePluginType.Route.html +10 -10
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +8 -8
- package/docs/interfaces/HelperOffset.html +7 -7
- package/docs/interfaces/ImagePlaneGroup.html +5 -5
- package/docs/interfaces/ItemLabelPluginData.html +5 -5
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +10 -10
- package/docs/interfaces/ItemLabelPluginParametersType.html +8 -8
- package/docs/interfaces/MinMax.html +6 -6
- package/docs/interfaces/ModelChassisCompassPluginData.html +6 -6
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +6 -6
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +7 -7
- package/docs/interfaces/ModelItemLabelPluginData.html +5 -5
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +10 -10
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +6 -6
- package/docs/interfaces/ModelRoomLabelPluginData.html +5 -5
- package/docs/interfaces/ModelTVVideoPluginData.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginExportType.html +7 -7
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -5
- package/docs/interfaces/ModelViewPluginExportType.html +10 -10
- package/docs/interfaces/Object3DHelperState.html +7 -7
- package/docs/interfaces/ObjectHelperControllers.html +8 -8
- package/docs/interfaces/PaintBrushAction.html +11 -11
- package/docs/interfaces/PaintBrushConfigs.html +11 -11
- package/docs/interfaces/PaintBrushState.html +9 -9
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +9 -9
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +4 -4
- package/docs/interfaces/PanoMeasureParameterType.html +21 -14
- package/docs/interfaces/PanoMeasurePluginLineJson.html +7 -7
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +6 -6
- package/docs/interfaces/PanoMeasurePluginPointJson.html +6 -6
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -7
- package/docs/interfaces/PanoRulerPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerPluginOptions.html +6 -6
- package/docs/interfaces/PanoRulerPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginExportType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginOptions.html +6 -6
- package/docs/interfaces/PanoRulerProPluginParameterType.html +6 -6
- package/docs/interfaces/PanoRulerProPluginState.html +7 -7
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +4 -4
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +4 -4
- package/docs/interfaces/PanoSpatialTagPluginData.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +9 -9
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +12 -12
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +9 -9
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +12 -12
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +9 -9
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -5
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +7 -7
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -5
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -8
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -5
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +7 -7
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +9 -9
- package/docs/interfaces/Point.html +7 -7
- package/docs/interfaces/Room.html +8 -8
- package/docs/interfaces/RoomInfo.html +6 -6
- package/docs/interfaces/RoomLabel.html +13 -13
- package/docs/interfaces/RoomRules.html +4 -4
- package/docs/interfaces/Rooms.html +4 -4
- package/docs/interfaces/Scissor.html +8 -8
- package/docs/interfaces/State.html +7 -7
- package/docs/interfaces/TagCacheInterface.html +11 -11
- package/docs/interfaces/TagConfig.html +12 -12
- package/docs/interfaces/TagGLTFObjectGroup.html +5 -5
- package/docs/interfaces/TagIconUrl.html +11 -11
- package/docs/interfaces/TagObjectGroup.html +5 -5
- package/docs/interfaces/TagStyle.html +5 -5
- package/docs/interfaces/Tags.html +8 -8
- package/docs/interfaces/TemporaryState.html +5 -5
- package/docs/interfaces/Util.MagnifierParameter.html +10 -10
- package/docs/interfaces/Util.MouseGroupParameter.html +7 -7
- package/docs/modules/CruisePluginTypes.html +4 -4
- package/docs/modules/GuideLineItem.html +4 -4
- package/docs/modules/GuideLineModeItem.html +4 -4
- package/docs/modules/GuideLinePluginType.html +4 -4
- package/docs/modules/PanoVideoPluginType.html +4 -4
- package/docs/modules/Util.html +4 -4
- package/docs/modules.html +4 -4
- package/docs/types/ArrayPosition.html +4 -4
- package/docs/types/AudioAppearance.html +4 -4
- package/docs/types/AudioTagTypeConfigKey.html +4 -4
- package/docs/types/CSS3DRenderExportType.html +4 -4
- package/docs/types/CSS3DRenderPluginExportType.html +4 -4
- package/docs/types/CSS3DRenderPluginParameterType.html +4 -4
- package/docs/types/ClassFunctionParameters.html +4 -4
- package/docs/types/Color.html +4 -4
- package/docs/types/ContentTypeConfigKey.html +4 -4
- package/docs/types/ContentTypeConfigKeySplit.html +4 -4
- package/docs/types/ContentTypeMap.html +4 -4
- package/docs/types/Create3DDomContainerReturnType.html +4 -4
- package/docs/types/Create3DElementReturnType.html +4 -4
- package/docs/types/CruisePluginExportType.html +4 -4
- package/docs/types/CruisePluginTypes.CruiseData.html +4 -4
- package/docs/types/CruisePluginTypes.MoveEffect.html +4 -4
- package/docs/types/DeprecatedMediaPlaneProperty.html +4 -4
- package/docs/types/DeprecatedTagProperty.html +4 -4
- package/docs/types/Direction-1.html +4 -4
- package/docs/types/Direction4.html +4 -4
- package/docs/types/ElementRenderer.html +4 -4
- package/docs/types/FloorplanRuleLabels.html +4 -4
- package/docs/types/FloorplanServerRuleLabels.html +4 -4
- package/docs/types/GuideLinePluginExportType.html +4 -4
- package/docs/types/GuideLinePluginType.GuideLineItem.html +4 -4
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +4 -4
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +4 -4
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +4 -4
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +4 -4
- package/docs/types/GuideLinePluginType.PathItem.html +4 -4
- package/docs/types/GuideLinePluginType.PluginData.html +4 -4
- package/docs/types/HelperEventMap.html +4 -4
- package/docs/types/LoadTagConfig.html +4 -4
- package/docs/types/MapviewFloorplanPluginParameterType.html +4 -4
- package/docs/types/MapviewFloorplanPluginReturnType.html +4 -4
- package/docs/types/MediaData.html +4 -4
- package/docs/types/MediaStore.html +4 -4
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +4 -4
- package/docs/types/ModelFloorplanPluginParameterType.html +4 -4
- package/docs/types/ModelFloorplanPluginReturnType.html +4 -4
- package/docs/types/ModelRoomLabelPluginParameters.html +4 -4
- package/docs/types/ModelRoomLabelPluginReturnType.html +4 -4
- package/docs/types/MoveArgs.html +4 -4
- package/docs/types/MoveOpts.html +4 -4
- package/docs/types/Object3DHelperEventMap.html +4 -4
- package/docs/types/ObjectFit.html +4 -4
- package/docs/types/PaintBrushEventMap.html +4 -4
- package/docs/types/PanoCompassPluginData.html +4 -4
- package/docs/types/PanoCompassPluginExportType.html +4 -4
- package/docs/types/PanoCompassPluginParameterType.html +4 -4
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +4 -4
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +4 -4
- package/docs/types/PanoIndex.html +4 -4
- package/docs/types/PanoMeasurePluginEvent.html +4 -4
- package/docs/types/PanoMeasureReturnType.html +4 -4
- package/docs/types/PanoSpatialTagPluginId.html +4 -4
- package/docs/types/PanoTagPluginExportInterface.html +4 -4
- package/docs/types/PanoTagPluginParamsInterface.html +4 -4
- package/docs/types/PanoVideoPluginParameterType.html +4 -4
- package/docs/types/PanoVideoPluginReturnType.html +4 -4
- package/docs/types/PartialObjectDeep.html +4 -4
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +4 -4
- package/docs/types/PlaneTag.html +4 -4
- package/docs/types/Point2DTag.html +4 -4
- package/docs/types/Point3DTag.html +4 -4
- package/docs/types/PointTag.html +4 -4
- package/docs/types/PointTagInstance.html +4 -4
- package/docs/types/Position.html +4 -4
- package/docs/types/RotateArgs.html +4 -4
- package/docs/types/RotateOpts.html +4 -4
- package/docs/types/RuleLabelsKey.html +4 -4
- package/docs/types/RuleLabelsValue.html +4 -4
- package/docs/types/StickType.html +4 -4
- package/docs/types/Tag.html +4 -4
- package/docs/types/Tag2D.html +4 -4
- package/docs/types/Tag3D.html +4 -4
- package/docs/types/TagContentType.html +4 -4
- package/docs/types/TagDimensionType.html +4 -4
- package/docs/types/TagElement.html +4 -4
- package/docs/types/TagEvents.html +4 -4
- package/docs/types/TagGLTFObject.html +4 -4
- package/docs/types/TagHooks.html +4 -4
- package/docs/types/TagId.html +4 -4
- package/docs/types/TagInstance.html +4 -4
- package/docs/types/TagPointType.html +4 -4
- package/docs/types/TagRendererMap.html +4 -4
- package/docs/types/TopviewFloorplanPluginParameterType.html +4 -4
- package/docs/types/TopviewFloorplanPluginReturnType.html +4 -4
- package/docs/types/WorkCode.html +4 -4
- package/docs/variables/FLOOR_TYPE_MAP.html +4 -4
- package/docs/variables/PLUGIN.html +4 -4
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +4 -4
- package/docs/variables/ROOM_TYPE_MAP.html +4 -4
- package/docs/variables/itemLabelPluginServerParams.html +4 -4
- package/docs/variables/modelItemLabelPluginServerParams.html +4 -4
- package/docs/variables/modelRoomLabelPluginServerParams.html +4 -4
- package/libs/GuideLinePlugin/Components/Tag.js +41 -134
- package/libs/GuideLinePlugin/Controller.d.ts +3 -5
- package/libs/GuideLinePlugin/Controller.js +44 -48
- package/libs/GuideLinePlugin/GuideLineItem/index.js +1 -1
- package/libs/GuideLinePlugin/GuideLineItem.d.ts +1 -1
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +113 -150
- package/libs/GuideLinePlugin/GuideLineModeItem.d.ts +0 -17
- package/libs/GuideLinePlugin/utils/createLineGeometry.d.ts +0 -7
- package/libs/GuideLinePlugin/utils/createLineGeometry.js +17 -19
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +77 -77
- package/libs/Object3DHelperPlugin/Controller.js +3 -2
- package/libs/Object3DHelperPlugin/index.js +6 -5
- package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +57 -0
- package/libs/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +250 -0
- package/libs/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +211 -0
- package/libs/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Controller0.js +117 -0
- package/libs/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Components/Controller1.js +157 -0
- package/libs/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +10 -4
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +27 -21
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +10 -0
- package/libs/PanoMeasurePlugin/Controller/EditController.js +154 -74
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +26 -25
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +5 -4
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +9 -2
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +99 -53
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +21 -8
- package/libs/PanoMeasurePlugin/Controller/index.js +111 -73
- package/libs/PanoMeasurePlugin/Model/area.d.ts +62 -0
- package/libs/PanoMeasurePlugin/Model/area.js +98 -0
- package/libs/PanoMeasurePlugin/Model/index.d.ts +9 -0
- package/libs/PanoMeasurePlugin/Model/index.js +27 -12
- package/libs/PanoMeasurePlugin/Model/line.d.ts +4 -1
- package/libs/PanoMeasurePlugin/Model/line.js +15 -8
- package/libs/PanoMeasurePlugin/Model/polygon.d.ts +10 -0
- package/libs/PanoMeasurePlugin/Model/polygon.js +38 -0
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +4 -0
- package/libs/PanoMeasurePlugin/Model/polyline.js +15 -8
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +27 -25
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.d.ts +2 -1
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +34 -25
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +1 -1
- package/libs/PanoMeasurePlugin/index.js +43 -14
- package/libs/PanoMeasurePlugin/typings/data.d.ts +18 -0
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +10 -3
- package/libs/PanoMeasurePlugin/typings/index.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.d.ts +22 -0
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +29 -0
- package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +25 -0
- package/libs/PanoMeasurePlugin/utils/dom/base.js +72 -0
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +27 -0
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +47 -0
- package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +6 -0
- package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.js +13 -0
- package/libs/PanoMeasurePlugin/utils/geometryUtil.d.ts +7 -0
- package/libs/PanoMeasurePlugin/utils/geometryUtil.js +37 -0
- package/libs/PanoMeasurePlugin/utils/isIntersecting.d.ts +15 -0
- package/libs/PanoMeasurePlugin/utils/isIntersecting.js +25 -0
- package/libs/PanoMeasurePlugin/utils/line.d.ts +2 -1
- package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/Components/RoomHighlight/Room.js +54 -54
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +8 -8
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +28 -30
- package/libs/index.js +123 -110
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +3 -7
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +29 -49
- package/libs/shared-utils/logger.js +2 -2
- package/libs/shared-utils/safeObj.d.ts +1 -0
- package/libs/shared-utils/safeObj.js +6 -0
- package/libs/shared-utils/three/IObject3D.d.ts +7 -0
- package/libs/shared-utils/three/IObject3D.js +25 -0
- package/libs/shared-utils/three/Magnifier.d.ts +3 -0
- package/libs/shared-utils/three/Magnifier.js +11 -9
- package/libs/shared-utils/three/centerPoint.js +1 -3
- package/package.json +4 -2
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +0 -30
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +0 -30
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +0 -83
|
@@ -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>GuideLineModeItem | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GuideLineModeItem | 如视看房插件合集 - v2.21.0-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集"/><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 defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-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,7 +6,7 @@
|
|
|
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.21.0-dev.0</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-content">
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<ul class="tsd-hierarchy">
|
|
25
25
|
<li><span class="target">GuideLineModeItem</span></li></ul></section><aside class="tsd-sources">
|
|
26
26
|
<ul>
|
|
27
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
27
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L117">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:117</a></li></ul></aside>
|
|
28
28
|
<section class="tsd-panel-group tsd-index-group">
|
|
29
29
|
<section class="tsd-panel tsd-index-panel">
|
|
30
30
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -38,21 +38,17 @@
|
|
|
38
38
|
<h3 class="tsd-index-heading">Properties</h3>
|
|
39
39
|
<div class="tsd-index-list"><a href="GuideLineModeItem.GuideLineModeItem.html#endTagContainer" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>end<wbr/>Tag<wbr/>Container</span></a>
|
|
40
40
|
<a href="GuideLineModeItem.GuideLineModeItem.html#mesh" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>mesh</span></a>
|
|
41
|
-
<a href="GuideLineModeItem.GuideLineModeItem.html#name" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>name</span></a>
|
|
42
41
|
<a href="GuideLineModeItem.GuideLineModeItem.html#startTagContainer" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>start<wbr/>Tag<wbr/>Container</span></a>
|
|
43
42
|
</div></section>
|
|
44
43
|
<section class="tsd-index-section">
|
|
45
44
|
<h3 class="tsd-index-heading">Accessors</h3>
|
|
46
|
-
<div class="tsd-index-list"><a href="GuideLineModeItem.GuideLineModeItem.html#
|
|
47
|
-
<a href="GuideLineModeItem.GuideLineModeItem.html#curvePoints" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>curve<wbr/>Points</span></a>
|
|
48
|
-
<a href="GuideLineModeItem.GuideLineModeItem.html#panoGroup" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>pano<wbr/>Group</span></a>
|
|
45
|
+
<div class="tsd-index-list"><a href="GuideLineModeItem.GuideLineModeItem.html#panoGroup" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-262144-path"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)" id="icon-262144-text"></path></svg><span>pano<wbr/>Group</span></a>
|
|
49
46
|
<a href="GuideLineModeItem.GuideLineModeItem.html#visibleFloorIndexes" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>visible<wbr/>Floor<wbr/>Indexes</span></a>
|
|
50
47
|
</div></section>
|
|
51
48
|
<section class="tsd-index-section">
|
|
52
49
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
53
50
|
<div class="tsd-index-list"><a href="GuideLineModeItem.GuideLineModeItem.html#dispose" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>dispose</span></a>
|
|
54
51
|
<a href="GuideLineModeItem.GuideLineModeItem.html#flicker" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>flicker</span></a>
|
|
55
|
-
<a href="GuideLineModeItem.GuideLineModeItem.html#getLengthByPanoGroupIndex" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Length<wbr/>By<wbr/>Pano<wbr/>Group<wbr/>Index</span></a>
|
|
56
52
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setBackgroundColor" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Background<wbr/>Color</span></a>
|
|
57
53
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setBackgroundOpacity" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Background<wbr/>Opacity</span></a>
|
|
58
54
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setBorderColor" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Border<wbr/>Color</span></a>
|
|
@@ -95,51 +91,26 @@
|
|
|
95
91
|
<h5><span class="tsd-kind-property">plugin</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">default</span></h5></li></ul></li></ul></div>
|
|
96
92
|
<h4 class="tsd-returns-title">Returns <a href="GuideLineModeItem.GuideLineModeItem.html" class="tsd-signature-type tsd-kind-class">GuideLineModeItem</a></h4><aside class="tsd-sources">
|
|
97
93
|
<ul>
|
|
98
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
94
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L155">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:155</a></li></ul></aside></li></ul></section></section>
|
|
99
95
|
<section class="tsd-panel-group tsd-member-group">
|
|
100
96
|
<h2>Properties</h2>
|
|
101
97
|
<section class="tsd-panel tsd-member"><a id="endTagContainer" class="tsd-anchor"></a>
|
|
102
98
|
<h3 class="tsd-anchor-link"><span>end<wbr/>Tag<wbr/>Container</span><a href="#endTagContainer" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
103
99
|
<div class="tsd-signature"><span class="tsd-kind-property">end<wbr/>Tag<wbr/>Container</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/GuideLineModeItem.GuideLineTagContainer.html" class="tsd-signature-type tsd-kind-interface">GuideLineTagContainer</a></div><aside class="tsd-sources">
|
|
104
100
|
<ul>
|
|
105
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
101
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L126">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:126</a></li></ul></aside></section>
|
|
106
102
|
<section class="tsd-panel tsd-member"><a id="mesh" class="tsd-anchor"></a>
|
|
107
103
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>mesh</span><a href="#mesh" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
108
104
|
<div class="tsd-signature"><span class="tsd-kind-property">mesh</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Mesh</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">BufferGeometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">ShaderMaterial</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
109
105
|
<ul>
|
|
110
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
111
|
-
<section class="tsd-panel tsd-member"><a id="name" class="tsd-anchor"></a>
|
|
112
|
-
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
113
|
-
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ''</span></div><aside class="tsd-sources">
|
|
114
|
-
<ul>
|
|
115
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/bc8f18a/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L134">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:134</a></li></ul></aside></section>
|
|
106
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L127">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:127</a></li></ul></aside></section>
|
|
116
107
|
<section class="tsd-panel tsd-member"><a id="startTagContainer" class="tsd-anchor"></a>
|
|
117
108
|
<h3 class="tsd-anchor-link"><span>start<wbr/>Tag<wbr/>Container</span><a href="#startTagContainer" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
118
109
|
<div class="tsd-signature"><span class="tsd-kind-property">start<wbr/>Tag<wbr/>Container</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/GuideLineModeItem.GuideLineTagContainer.html" class="tsd-signature-type tsd-kind-interface">GuideLineTagContainer</a></div><aside class="tsd-sources">
|
|
119
110
|
<ul>
|
|
120
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
111
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L125">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:125</a></li></ul></aside></section></section>
|
|
121
112
|
<section class="tsd-panel-group tsd-member-group">
|
|
122
113
|
<h2>Accessors</h2>
|
|
123
|
-
<section class="tsd-panel tsd-member"><a id="curvePath" class="tsd-anchor"></a>
|
|
124
|
-
<h3 class="tsd-anchor-link"><span>curve<wbr/>Path</span><a href="#curvePath" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
125
|
-
<ul class="tsd-signatures">
|
|
126
|
-
<li class="tsd-signature" id="curvePath.curvePath-1"><span class="tsd-signature-symbol">get</span> curvePath<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">CurvePath</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Vector3</span><span class="tsd-signature-symbol">></span></li>
|
|
127
|
-
<li class="tsd-description">
|
|
128
|
-
<div class="tsd-comment tsd-typography"><p>THREE Curve 路径</p>
|
|
129
|
-
</div>
|
|
130
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">CurvePath</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Vector3</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
131
|
-
<ul>
|
|
132
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/bc8f18a/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L126">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:126</a></li></ul></aside></li></ul></section>
|
|
133
|
-
<section class="tsd-panel tsd-member"><a id="curvePoints" class="tsd-anchor"></a>
|
|
134
|
-
<h3 class="tsd-anchor-link"><span>curve<wbr/>Points</span><a href="#curvePoints" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
135
|
-
<ul class="tsd-signatures">
|
|
136
|
-
<li class="tsd-signature" id="curvePoints.curvePoints-1"><span class="tsd-signature-symbol">get</span> curvePoints<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Vector3</span><span class="tsd-signature-symbol">[]</span></li>
|
|
137
|
-
<li class="tsd-description">
|
|
138
|
-
<div class="tsd-comment tsd-typography"><p>THREE Curve 路径上的点</p>
|
|
139
|
-
</div>
|
|
140
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Vector3</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
|
|
141
|
-
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/bc8f18a/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L130">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:130</a></li></ul></aside></li></ul></section>
|
|
143
114
|
<section class="tsd-panel tsd-member"><a id="panoGroup" class="tsd-anchor"></a>
|
|
144
115
|
<h3 class="tsd-anchor-link"><span>pano<wbr/>Group</span><a href="#panoGroup" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
145
116
|
<ul class="tsd-signatures">
|
|
@@ -147,7 +118,7 @@
|
|
|
147
118
|
<li class="tsd-description">
|
|
148
119
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
|
|
149
120
|
<ul>
|
|
150
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
121
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L118">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:118</a></li></ul></aside></li></ul></section>
|
|
151
122
|
<section class="tsd-panel tsd-member"><a id="visibleFloorIndexes" class="tsd-anchor"></a>
|
|
152
123
|
<h3 class="tsd-anchor-link"><span>visible<wbr/>Floor<wbr/>Indexes</span><a href="#visibleFloorIndexes" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
153
124
|
<ul class="tsd-signatures">
|
|
@@ -157,7 +128,7 @@
|
|
|
157
128
|
</div>
|
|
158
129
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
|
|
159
130
|
<ul>
|
|
160
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
131
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L122">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:122</a></li></ul></aside></li></ul></section></section>
|
|
161
132
|
<section class="tsd-panel-group tsd-member-group">
|
|
162
133
|
<h2>Methods</h2>
|
|
163
134
|
<section class="tsd-panel tsd-member"><a id="dispose" class="tsd-anchor"></a>
|
|
@@ -167,7 +138,7 @@
|
|
|
167
138
|
<li class="tsd-description">
|
|
168
139
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
169
140
|
<ul>
|
|
170
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
141
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L225">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:225</a></li></ul></aside></li></ul></section>
|
|
171
142
|
<section class="tsd-panel tsd-member"><a id="flicker" class="tsd-anchor"></a>
|
|
172
143
|
<h3 class="tsd-anchor-link"><span>flicker</span><a href="#flicker" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
173
144
|
<ul class="tsd-signatures">
|
|
@@ -177,29 +148,7 @@
|
|
|
177
148
|
</div>
|
|
178
149
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
179
150
|
<ul>
|
|
180
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
181
|
-
<section class="tsd-panel tsd-member"><a id="getLengthByPanoGroupIndex" class="tsd-anchor"></a>
|
|
182
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Length<wbr/>By<wbr/>Pano<wbr/>Group<wbr/>Index</span><a href="#getLengthByPanoGroupIndex" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
183
|
-
<ul class="tsd-signatures">
|
|
184
|
-
<li class="tsd-signature tsd-anchor-link" id="getLengthByPanoGroupIndex.getLengthByPanoGroupIndex-1"><span class="tsd-kind-call-signature">get<wbr/>Length<wbr/>By<wbr/>Pano<wbr/>Group<wbr/>Index</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">index</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span><a href="#getLengthByPanoGroupIndex.getLengthByPanoGroupIndex-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
185
|
-
<li class="tsd-description">
|
|
186
|
-
<div class="tsd-comment tsd-typography"><p>求起点到 panoIndex 曲线长度</p>
|
|
187
|
-
|
|
188
|
-
<h3>Description</h3><p>为什么不使用 panoIndex 作为参数?</p>
|
|
189
|
-
<ul>
|
|
190
|
-
<li>panoIndex 在一个曲线中可能出现多次,无法确定是哪一个。</li>
|
|
191
|
-
</ul>
|
|
192
|
-
</div>
|
|
193
|
-
<div class="tsd-parameters">
|
|
194
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
195
|
-
<ul class="tsd-parameter-list">
|
|
196
|
-
<li>
|
|
197
|
-
<h5><span class="tsd-kind-parameter">index</span>: <span class="tsd-signature-type">number</span></h5>
|
|
198
|
-
<div class="tsd-comment tsd-typography"><p>panoIndex 在 panoGroup 中的索引</p>
|
|
199
|
-
</div></li></ul></div>
|
|
200
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
201
|
-
<ul>
|
|
202
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/bc8f18a/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L429">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:429</a></li></ul></aside></li></ul></section>
|
|
151
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L402">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:402</a></li></ul></aside></li></ul></section>
|
|
203
152
|
<section class="tsd-panel tsd-member"><a id="setBackgroundColor" class="tsd-anchor"></a>
|
|
204
153
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Background<wbr/>Color</span><a href="#setBackgroundColor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
205
154
|
<ul class="tsd-signatures">
|
|
@@ -214,7 +163,7 @@
|
|
|
214
163
|
<h5><span class="tsd-kind-parameter">color</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
215
164
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
216
165
|
<ul>
|
|
217
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
166
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L339">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:339</a></li></ul></aside></li></ul></section>
|
|
218
167
|
<section class="tsd-panel tsd-member"><a id="setBackgroundOpacity" class="tsd-anchor"></a>
|
|
219
168
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Background<wbr/>Opacity</span><a href="#setBackgroundOpacity" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
220
169
|
<ul class="tsd-signatures">
|
|
@@ -229,7 +178,7 @@
|
|
|
229
178
|
<h5><span class="tsd-kind-parameter">opacity</span>: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
230
179
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
231
180
|
<ul>
|
|
232
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
181
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L347">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:347</a></li></ul></aside></li></ul></section>
|
|
233
182
|
<section class="tsd-panel tsd-member"><a id="setBorderColor" class="tsd-anchor"></a>
|
|
234
183
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Border<wbr/>Color</span><a href="#setBorderColor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
235
184
|
<ul class="tsd-signatures">
|
|
@@ -244,7 +193,7 @@
|
|
|
244
193
|
<h5><span class="tsd-kind-parameter">color</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
245
194
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
246
195
|
<ul>
|
|
247
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
196
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L323">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:323</a></li></ul></aside></li></ul></section>
|
|
248
197
|
<section class="tsd-panel tsd-member"><a id="setBorderOpacity" class="tsd-anchor"></a>
|
|
249
198
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Border<wbr/>Opacity</span><a href="#setBorderOpacity" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
250
199
|
<ul class="tsd-signatures">
|
|
@@ -259,7 +208,7 @@
|
|
|
259
208
|
<h5><span class="tsd-kind-parameter">opacity</span>: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
260
209
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
261
210
|
<ul>
|
|
262
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
211
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L331">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:331</a></li></ul></aside></li></ul></section>
|
|
263
212
|
<section class="tsd-panel tsd-member"><a id="setColor" class="tsd-anchor"></a>
|
|
264
213
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Color</span><a href="#setColor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
265
214
|
<ul class="tsd-signatures">
|
|
@@ -274,7 +223,7 @@
|
|
|
274
223
|
<h5><span class="tsd-kind-parameter">color</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
275
224
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
276
225
|
<ul>
|
|
277
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
226
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L312">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:312</a></li></ul></aside></li></ul></section>
|
|
278
227
|
<section class="tsd-panel tsd-member"><a id="setCustomVisible" class="tsd-anchor"></a>
|
|
279
228
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Custom<wbr/>Visible</span><a href="#setCustomVisible" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
280
229
|
<ul class="tsd-signatures">
|
|
@@ -289,7 +238,7 @@
|
|
|
289
238
|
<h5><span class="tsd-kind-parameter">visible</span>: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
|
|
290
239
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
291
240
|
<ul>
|
|
292
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
241
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L210">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:210</a></li></ul></aside></li></ul></section>
|
|
293
242
|
<section class="tsd-panel tsd-member"><a id="setDefaultVisible" class="tsd-anchor"></a>
|
|
294
243
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Default<wbr/>Visible</span><a href="#setDefaultVisible" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
295
244
|
<ul class="tsd-signatures">
|
|
@@ -304,7 +253,7 @@
|
|
|
304
253
|
<h5><span class="tsd-kind-parameter">visible</span>: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
|
|
305
254
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
306
255
|
<ul>
|
|
307
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
256
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L218">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:218</a></li></ul></aside></li></ul></section>
|
|
308
257
|
<section class="tsd-panel tsd-member"><a id="setEndTag" class="tsd-anchor"></a>
|
|
309
258
|
<h3 class="tsd-anchor-link"><span>set<wbr/>End<wbr/>Tag</span><a href="#setEndTag" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
310
259
|
<ul class="tsd-signatures">
|
|
@@ -317,7 +266,7 @@
|
|
|
317
266
|
<h5><span class="tsd-kind-parameter">tag</span>: <a href="../types/Tag.html" class="tsd-signature-type tsd-kind-type-alias">Tag</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/GuideLinePluginType.ModelGuideLineTagData.html" class="tsd-signature-type tsd-kind-interface">ModelGuideLineTagData</a></h5></li></ul></div>
|
|
318
267
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
319
268
|
<ul>
|
|
320
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
269
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L397">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:397</a></li></ul></aside></li></ul></section>
|
|
321
270
|
<section class="tsd-panel tsd-member"><a id="setGeometryByPanoGroup" class="tsd-anchor"></a>
|
|
322
271
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Geometry<wbr/>By<wbr/>Pano<wbr/>Group</span><a href="#setGeometryByPanoGroup" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
323
272
|
<ul class="tsd-signatures">
|
|
@@ -334,7 +283,7 @@
|
|
|
334
283
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type ">CatmullRomCurve3RestParams</span><span class="tsd-signature-symbol"> & </span><a href="../interfaces/GuideLinePluginType.GuideLineGeometryStyle.html" class="tsd-signature-type tsd-kind-interface">GuideLineGeometryStyle</a><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">skipPanoGroup</span><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></h5></li></ul></div>
|
|
335
284
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
336
285
|
<ul>
|
|
337
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
286
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L257">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:257</a></li></ul></aside></li></ul></section>
|
|
338
287
|
<section class="tsd-panel tsd-member"><a id="setGeometryByPath" class="tsd-anchor"></a>
|
|
339
288
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Geometry<wbr/>By<wbr/>Path</span><a href="#setGeometryByPath" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
340
289
|
<ul class="tsd-signatures">
|
|
@@ -351,7 +300,7 @@
|
|
|
351
300
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <a href="../interfaces/GuideLinePluginType.GuideLineGeometryStyle.html" class="tsd-signature-type tsd-kind-interface">GuideLineGeometryStyle</a></h5></li></ul></div>
|
|
352
301
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
353
302
|
<ul>
|
|
354
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
303
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L277">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:277</a></li></ul></aside></li></ul></section>
|
|
355
304
|
<section class="tsd-panel tsd-member"><a id="setMapOpacity" class="tsd-anchor"></a>
|
|
356
305
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Map<wbr/>Opacity</span><a href="#setMapOpacity" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
357
306
|
<ul class="tsd-signatures">
|
|
@@ -366,7 +315,7 @@
|
|
|
366
315
|
<h5><span class="tsd-kind-parameter">opacity</span>: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
367
316
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
368
317
|
<ul>
|
|
369
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
318
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L363">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:363</a></li></ul></aside></li></ul></section>
|
|
370
319
|
<section class="tsd-panel tsd-member"><a id="setMartial" class="tsd-anchor"></a>
|
|
371
320
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Martial</span><a href="#setMartial" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
372
321
|
<ul class="tsd-signatures">
|
|
@@ -381,7 +330,7 @@
|
|
|
381
330
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <a href="../interfaces/GuideLinePluginType.GuideLineMaterialStyle.html" class="tsd-signature-type tsd-kind-interface">GuideLineMaterialStyle</a></h5></li></ul></div>
|
|
382
331
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
383
332
|
<ul>
|
|
384
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
333
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L299">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:299</a></li></ul></aside></li></ul></section>
|
|
385
334
|
<section class="tsd-panel tsd-member"><a id="setOpacity" class="tsd-anchor"></a>
|
|
386
335
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Opacity</span><a href="#setOpacity" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
387
336
|
<ul class="tsd-signatures">
|
|
@@ -396,7 +345,7 @@
|
|
|
396
345
|
<h5><span class="tsd-kind-parameter">opacity</span>: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
397
346
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
398
347
|
<ul>
|
|
399
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
348
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L355">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:355</a></li></ul></aside></li></ul></section>
|
|
400
349
|
<section class="tsd-panel tsd-member"><a id="setScale" class="tsd-anchor"></a>
|
|
401
350
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Scale</span><a href="#setScale" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
402
351
|
<ul class="tsd-signatures">
|
|
@@ -411,7 +360,7 @@
|
|
|
411
360
|
<h5><span class="tsd-kind-parameter">scale</span>: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
412
361
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
413
362
|
<ul>
|
|
414
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
363
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L250">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:250</a></li></ul></aside></li></ul></section>
|
|
415
364
|
<section class="tsd-panel tsd-member"><a id="setStartTag" class="tsd-anchor"></a>
|
|
416
365
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Start<wbr/>Tag</span><a href="#setStartTag" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
417
366
|
<ul class="tsd-signatures">
|
|
@@ -424,7 +373,7 @@
|
|
|
424
373
|
<h5><span class="tsd-kind-parameter">tag</span>: <a href="../types/Tag.html" class="tsd-signature-type tsd-kind-type-alias">Tag</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/GuideLinePluginType.ModelGuideLineTagData.html" class="tsd-signature-type tsd-kind-interface">ModelGuideLineTagData</a></h5></li></ul></div>
|
|
425
374
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
426
375
|
<ul>
|
|
427
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
376
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L393">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:393</a></li></ul></aside></li></ul></section>
|
|
428
377
|
<section class="tsd-panel tsd-member"><a id="setTextureUrl" class="tsd-anchor"></a>
|
|
429
378
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Texture<wbr/>Url</span><a href="#setTextureUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
430
379
|
<ul class="tsd-signatures">
|
|
@@ -439,7 +388,7 @@
|
|
|
439
388
|
<h5><span class="tsd-kind-parameter">url</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
440
389
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
441
390
|
<ul>
|
|
442
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
391
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L371">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:371</a></li></ul></aside></li></ul></section>
|
|
443
392
|
<section class="tsd-panel tsd-member"><a id="setUnitSize" class="tsd-anchor"></a>
|
|
444
393
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Unit<wbr/>Size</span><a href="#setUnitSize" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
445
394
|
<ul class="tsd-signatures">
|
|
@@ -456,7 +405,7 @@
|
|
|
456
405
|
<h5><span class="tsd-kind-parameter">length</span>: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
457
406
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
458
407
|
<ul>
|
|
459
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
408
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L242">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:242</a></li></ul></aside></li></ul></section>
|
|
460
409
|
<section class="tsd-panel tsd-member"><a id="setVisibleFloorIndexes" class="tsd-anchor"></a>
|
|
461
410
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Visible<wbr/>Floor<wbr/>Indexes</span><a href="#setVisibleFloorIndexes" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
462
411
|
<ul class="tsd-signatures">
|
|
@@ -469,7 +418,7 @@
|
|
|
469
418
|
<h5><span class="tsd-kind-parameter">floorIndexes</span>: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
470
419
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
471
420
|
<ul>
|
|
472
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
421
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/0de13c8/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L387">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:387</a></li></ul></aside></li></ul></section></section></div>
|
|
473
422
|
<div class="col-sidebar">
|
|
474
423
|
<div class="page-menu">
|
|
475
424
|
<div class="tsd-navigation settings">
|
|
@@ -489,15 +438,11 @@
|
|
|
489
438
|
<li><a href="#constructor" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-512-path"></use><use href="#icon-512-text"></use></svg><span>constructor</span></a></li>
|
|
490
439
|
<li><a href="#endTagContainer" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>end<wbr/>Tag<wbr/>Container</span></a></li>
|
|
491
440
|
<li><a href="#mesh" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>mesh</span></a></li>
|
|
492
|
-
<li><a href="#name" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>name</span></a></li>
|
|
493
441
|
<li><a href="#startTagContainer" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>start<wbr/>Tag<wbr/>Container</span></a></li>
|
|
494
|
-
<li><a href="#curvePath" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>curve<wbr/>Path</span></a></li>
|
|
495
|
-
<li><a href="#curvePoints" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>curve<wbr/>Points</span></a></li>
|
|
496
442
|
<li><a href="#panoGroup" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>pano<wbr/>Group</span></a></li>
|
|
497
443
|
<li><a href="#visibleFloorIndexes" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>visible<wbr/>Floor<wbr/>Indexes</span></a></li>
|
|
498
444
|
<li><a href="#dispose" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>dispose</span></a></li>
|
|
499
445
|
<li><a href="#flicker" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>flicker</span></a></li>
|
|
500
|
-
<li><a href="#getLengthByPanoGroupIndex" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Length<wbr/>By<wbr/>Pano<wbr/>Group<wbr/>Index</span></a></li>
|
|
501
446
|
<li><a href="#setBackgroundColor" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Background<wbr/>Color</span></a></li>
|
|
502
447
|
<li><a href="#setBackgroundOpacity" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Background<wbr/>Opacity</span></a></li>
|
|
503
448
|
<li><a href="#setBorderColor" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Border<wbr/>Color</span></a></li>
|
|
@@ -517,7 +462,7 @@
|
|
|
517
462
|
<li><a href="#setUnitSize" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Unit<wbr/>Size</span></a></li>
|
|
518
463
|
<li><a href="#setVisibleFloorIndexes" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set<wbr/>Visible<wbr/>Floor<wbr/>Indexes</span></a></li></ul></div></details></div>
|
|
519
464
|
<div class="site-menu">
|
|
520
|
-
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.
|
|
465
|
+
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.21.0-<wbr/>dev.0</span></a>
|
|
521
466
|
<ul class="tsd-small-nested-navigation">
|
|
522
467
|
<li>
|
|
523
468
|
<details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><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><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
|