@realsee/dnalogel 2.16.0-0 → 2.16.0-2
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 -1
- package/dist/GuideLinePlugin/GuideLineModeItem.d.ts +7 -4
- package/dist/GuideLinePlugin/index.d.ts +2 -1
- package/dist/GuideLinePlugin/typing.d.ts +2 -10
- package/dist/index.cjs.js +69 -22
- package/dist/index.js +1020 -926
- package/dist/index.umd.js +69 -22
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +32 -31
- package/docs/classes/CruisePluginController.html +29 -28
- package/docs/classes/GuideLineItem.GuideLineItem.html +21 -20
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +90 -29
- package/docs/classes/Magnifier.html +21 -20
- package/docs/classes/ModelRoomLabelController.html +12 -11
- package/docs/classes/Object3DHelperController.html +26 -25
- 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/Rotation.html +9 -8
- package/docs/functions/CSS3DRenderPlugin.html +5 -4
- package/docs/functions/CameraMovementPlugin.html +5 -4
- package/docs/functions/CruisePlugin.html +5 -4
- package/docs/functions/GuideLinePlugin.html +6 -5
- package/docs/functions/ItemLabelPlugin.html +5 -4
- package/docs/functions/MapviewFloorplanPlugin.html +5 -4
- package/docs/functions/ModelChassisCompassPlugin.html +5 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -4
- package/docs/functions/ModelFloorplanPlugin.html +5 -4
- package/docs/functions/ModelItemLabelPlugin.html +5 -4
- package/docs/functions/ModelRoomLabelPlugin.html +5 -4
- package/docs/functions/ModelTVVideoPlugin.html +5 -4
- package/docs/functions/ModelViewPlugin.html +5 -4
- package/docs/functions/Object3DHelperPlugin.html +5 -4
- package/docs/functions/PanoCompassPlugin.html +5 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +5 -4
- package/docs/functions/PanoDoorLabelPlugin.html +5 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +5 -4
- package/docs/functions/PanoMeasurePlugin.html +5 -4
- package/docs/functions/PanoRulerPlugin.html +5 -4
- package/docs/functions/PanoRulerProPlugin.html +5 -4
- package/docs/functions/PanoSpatialTagPlugin.html +5 -4
- package/docs/functions/PanoTagPlugin.html +5 -4
- package/docs/functions/PanoVideoPlugin.html +5 -4
- package/docs/functions/TopviewFloorplanPlugin.html +5 -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.isAbsoluteURL.html +6 -5
- package/docs/functions/Util.isModelLike.html +6 -5
- package/docs/functions/Util.isNil.html +6 -5
- package/docs/functions/Util.isPanoramaLike.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/Util.uuid.html +6 -5
- package/docs/functions/pluginFlag.html +6 -5
- package/docs/index.html +5 -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/GuideLinePluginType.CatmullRomCurve3.html +97 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +258 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +92 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +87 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +108 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +85 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV1.html +76 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +71 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +82 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +99 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +103 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +92 -0
- package/docs/interfaces/HelperOffset.html +9 -8
- package/docs/interfaces/ImagePlaneGroup.html +7 -6
- 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 +6 -5
- package/docs/interfaces/PanoMeasureParameterType.html +15 -14
- 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 +6 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -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 +7 -6
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +9 -8
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +7 -6
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +16 -15
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +7 -6
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +9 -8
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +11 -10
- 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 +6 -5
- package/docs/interfaces/Rooms.html +6 -5
- package/docs/interfaces/Scissor.html +10 -9
- package/docs/interfaces/State.html +9 -8
- package/docs/interfaces/TagCacheInterface.html +13 -12
- package/docs/interfaces/TagConfig.html +12 -11
- package/docs/interfaces/TagGLTFObjectGroup.html +7 -6
- package/docs/interfaces/TagIconUrl.html +12 -11
- package/docs/interfaces/TagObjectGroup.html +7 -6
- package/docs/interfaces/TagStyle.html +7 -6
- 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/GuideLineItem.html +6 -5
- package/docs/modules/GuideLineModeItem.html +6 -5
- package/docs/modules/GuideLinePluginType.html +99 -0
- package/docs/modules/PanoVideoPluginType.html +6 -5
- package/docs/modules/Util.html +6 -5
- package/docs/modules.html +6 -4
- package/docs/types/ArrayPosition.html +6 -5
- package/docs/types/AudioAppearance.html +6 -5
- package/docs/types/AudioTagTypeConfigKey.html +6 -5
- package/docs/types/CSS3DRenderExportType.html +6 -5
- package/docs/types/CSS3DRenderPluginExportType.html +6 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +6 -5
- package/docs/types/ClassFunctionParameters.html +6 -5
- package/docs/types/Color.html +6 -5
- package/docs/types/ContentTypeConfigKey.html +6 -5
- package/docs/types/ContentTypeConfigKeySplit.html +6 -5
- package/docs/types/ContentTypeMap.html +6 -5
- package/docs/types/Create3DDomContainerReturnType.html +6 -5
- package/docs/types/Create3DElementReturnType.html +6 -5
- package/docs/types/CruisePluginExportType.html +6 -5
- package/docs/types/Direction-1.html +6 -5
- package/docs/types/Direction4.html +6 -5
- package/docs/types/FloorplanRuleLabels.html +6 -5
- package/docs/types/FloorplanServerRuleLabels.html +6 -5
- package/docs/types/GuideLinePluginExportType.html +6 -5
- package/docs/types/GuideLinePluginType.GuideLineItem.html +67 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +65 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +67 -0
- package/docs/types/GuideLinePluginType.PathItem.html +67 -0
- package/docs/types/GuideLinePluginType.PluginData.html +65 -0
- package/docs/types/HelperEventMap.html +6 -5
- package/docs/types/LoadTagConfig.html +6 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +6 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +6 -5
- package/docs/types/MediaData.html +6 -5
- package/docs/types/MediaStore.html +6 -5
- package/docs/types/ModelElement.html +6 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +6 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +6 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +6 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +6 -5
- package/docs/types/MoveArgs.html +6 -5
- package/docs/types/MoveOpts.html +6 -5
- package/docs/types/Object3DHelperEventMap.html +6 -5
- package/docs/types/ObjectFit.html +6 -5
- package/docs/types/PaintBrushEventMap.html +6 -5
- package/docs/types/PanoCompassPluginData.html +6 -5
- package/docs/types/PanoCompassPluginExportType.html +6 -5
- package/docs/types/PanoCompassPluginParameterType.html +6 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -5
- package/docs/types/PanoIndex.html +6 -5
- package/docs/types/PanoMeasurePluginEvent.html +6 -5
- package/docs/types/PanoMeasureReturnType.html +6 -5
- package/docs/types/PanoSpatialTagPluginId.html +6 -5
- package/docs/types/PanoTagPluginExportInterface.html +6 -5
- package/docs/types/PanoTagPluginParamsInterface.html +6 -5
- package/docs/types/PanoVideoPluginParameterType.html +6 -5
- package/docs/types/PanoVideoPluginReturnType.html +6 -5
- package/docs/types/PlaneTag.html +6 -5
- package/docs/types/PlaneTagElement.html +6 -5
- package/docs/types/Point2DElement.html +6 -5
- package/docs/types/Point2DTag.html +6 -5
- package/docs/types/Point3DElement.html +6 -5
- package/docs/types/Point3DTag.html +6 -5
- package/docs/types/PointTag.html +6 -5
- package/docs/types/PointTagElement.html +6 -5
- package/docs/types/Position.html +6 -5
- package/docs/types/RotateArgs.html +6 -5
- package/docs/types/RotateOpts.html +6 -5
- package/docs/types/RuleLabelsKey.html +6 -5
- package/docs/types/RuleLabelsValue.html +6 -5
- package/docs/types/StickType.html +6 -5
- package/docs/types/Tag.html +6 -5
- package/docs/types/Tag2D.html +6 -5
- package/docs/types/Tag3D.html +6 -5
- package/docs/types/TagContentType.html +6 -5
- package/docs/types/TagDimensionType.html +6 -5
- package/docs/types/TagElement.html +6 -5
- package/docs/types/TagEvents.html +6 -5
- package/docs/types/TagGLTFObject.html +6 -5
- package/docs/types/TagHooks.html +6 -5
- package/docs/types/TagIconSize.html +6 -5
- package/docs/types/TagId.html +6 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +6 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +6 -5
- package/docs/types/WorkCode.html +6 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +6 -5
- package/docs/variables/PLUGIN.html +6 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -5
- package/docs/variables/ROOM_TYPE_MAP.html +6 -5
- package/docs/variables/itemLabelPluginServerParams.html +6 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +6 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +6 -5
- package/libs/GuideLinePlugin/Controller.d.ts +3 -1
- package/libs/GuideLinePlugin/Controller.js +38 -27
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +124 -41
- package/libs/GuideLinePlugin/GuideLineModeItem.d.ts +7 -4
- package/libs/GuideLinePlugin/index.d.ts +2 -1
- package/libs/GuideLinePlugin/typing.d.ts +2 -10
- package/libs/GuideLinePlugin/utils/createLineGeometry.js +1 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +1 -1
- package/package.json +1 -1
|
@@ -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.16.0-
|
|
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.16.0-2</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.16.0-2"/><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.16.0-
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.16.0-2</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.16.0-
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.16.0-2</a></li>
|
|
16
16
|
<li><a href="../modules/GuideLineModeItem.html">GuideLineModeItem</a></li>
|
|
17
17
|
<li><a href="GuideLineModeItem.GuideLineModeItem.html">GuideLineModeItem</a></li></ul>
|
|
18
18
|
<h1>Class GuideLineModeItem</h1></div>
|
|
@@ -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/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L65">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:65</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">
|
|
@@ -41,14 +41,18 @@
|
|
|
41
41
|
<section class="tsd-index-section">
|
|
42
42
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
43
43
|
<div class="tsd-index-list"><a href="GuideLineModeItem.GuideLineModeItem.html#dispose" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><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>
|
|
44
|
+
<a href="GuideLineModeItem.GuideLineModeItem.html#setBackgroundColor" class="tsd-index-link tsd-kind-method tsd-parent-kind-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>
|
|
45
|
+
<a href="GuideLineModeItem.GuideLineModeItem.html#setBackgroundOpacity" class="tsd-index-link tsd-kind-method tsd-parent-kind-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>
|
|
44
46
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setColor" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Color</span></a>
|
|
45
47
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setCustomVisible" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Custom<wbr/>Visible</span></a>
|
|
46
48
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setGeometryByPanoGroup" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Geometry<wbr/>By<wbr/>Pano<wbr/>Group</span></a>
|
|
47
49
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setGeometryByPath" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Geometry<wbr/>By<wbr/>Path</span></a>
|
|
50
|
+
<a href="GuideLineModeItem.GuideLineModeItem.html#setMapOpacity" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Map<wbr/>Opacity</span></a>
|
|
48
51
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setMartial" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Martial</span></a>
|
|
49
52
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setModeVisible" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Mode<wbr/>Visible</span></a>
|
|
50
53
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setOpacity" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Opacity</span></a>
|
|
51
54
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setScale" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Scale</span></a>
|
|
55
|
+
<a href="GuideLineModeItem.GuideLineModeItem.html#setSkippedPanoGroup" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Skipped<wbr/>Pano<wbr/>Group</span></a>
|
|
52
56
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setTextureUrl" class="tsd-index-link tsd-kind-method tsd-parent-kind-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/>Texture<wbr/>Url</span></a>
|
|
53
57
|
<a href="GuideLineModeItem.GuideLineModeItem.html#setUnitSize" class="tsd-index-link tsd-kind-method tsd-parent-kind-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>
|
|
54
58
|
</div></section></div></details></section></section>
|
|
@@ -57,7 +61,7 @@
|
|
|
57
61
|
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a>
|
|
58
62
|
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" 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"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
59
63
|
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
|
|
60
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_GuideLineModeItem">new <wbr/>Guide<wbr/>Line<wbr/>Mode<wbr/>Item<span class="tsd-signature-symbol">(</span>five<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Five</span>, options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>mode<span class="tsd-signature-symbol">: </span><
|
|
64
|
+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_GuideLineModeItem">new <wbr/>Guide<wbr/>Line<wbr/>Mode<wbr/>Item<span class="tsd-signature-symbol">(</span>five<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Five</span>, options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>mode<span class="tsd-signature-symbol">: </span><a href="../types/GuideLinePluginType.GuideLineModeItemMode.html" class="tsd-signature-type" data-tsd-kind="Type alias">GuideLineModeItemMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span>plugin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">default</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="GuideLineModeItem.GuideLineModeItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineModeItem</a><a href="#constructor.new_GuideLineModeItem" 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>
|
|
61
65
|
<li class="tsd-description">
|
|
62
66
|
<div class="tsd-parameters">
|
|
63
67
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -65,22 +69,22 @@
|
|
|
65
69
|
<li>
|
|
66
70
|
<h5>five: <span class="tsd-signature-type">Five</span></h5></li>
|
|
67
71
|
<li>
|
|
68
|
-
<h5>options: <span class="tsd-signature-symbol">{ </span><br/><span> </span>mode<span class="tsd-signature-symbol">: </span><
|
|
72
|
+
<h5>options: <span class="tsd-signature-symbol">{ </span><br/><span> </span>mode<span class="tsd-signature-symbol">: </span><a href="../types/GuideLinePluginType.GuideLineModeItemMode.html" class="tsd-signature-type" data-tsd-kind="Type alias">GuideLineModeItemMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span>plugin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">default</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
69
73
|
<ul class="tsd-parameters">
|
|
70
74
|
<li class="tsd-parameter">
|
|
71
|
-
<h5>mode<span class="tsd-signature-symbol">: </span><
|
|
75
|
+
<h5>mode<span class="tsd-signature-symbol">: </span><a href="../types/GuideLinePluginType.GuideLineModeItemMode.html" class="tsd-signature-type" data-tsd-kind="Type alias">GuideLineModeItemMode</a></h5></li>
|
|
72
76
|
<li class="tsd-parameter">
|
|
73
77
|
<h5>plugin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">default</span></h5></li></ul></li></ul></div>
|
|
74
78
|
<h4 class="tsd-returns-title">Returns <a href="GuideLineModeItem.GuideLineModeItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineModeItem</a></h4><aside class="tsd-sources">
|
|
75
79
|
<ul>
|
|
76
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
80
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L83">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:83</a></li></ul></aside></li></ul></section></section>
|
|
77
81
|
<section class="tsd-panel-group tsd-member-group">
|
|
78
82
|
<h2>Properties</h2>
|
|
79
83
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="mesh" class="tsd-anchor"></a>
|
|
80
84
|
<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>
|
|
81
|
-
<div class="tsd-signature">mesh<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">
|
|
85
|
+
<div class="tsd-signature">mesh<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">
|
|
82
86
|
<ul>
|
|
83
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
87
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L66">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:66</a></li></ul></aside></section></section>
|
|
84
88
|
<section class="tsd-panel-group tsd-member-group">
|
|
85
89
|
<h2>Methods</h2>
|
|
86
90
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="dispose" class="tsd-anchor"></a>
|
|
@@ -90,7 +94,33 @@
|
|
|
90
94
|
<li class="tsd-description">
|
|
91
95
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
92
96
|
<ul>
|
|
93
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
97
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L130">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:130</a></li></ul></aside></li></ul></section>
|
|
98
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setBackgroundColor" class="tsd-anchor"></a>
|
|
99
|
+
<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>
|
|
100
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
101
|
+
<li class="tsd-signature tsd-anchor-link" id="setBackgroundColor.setBackgroundColor-1">set<wbr/>Background<wbr/>Color<span class="tsd-signature-symbol">(</span>color<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</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><a href="#setBackgroundColor.setBackgroundColor-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>
|
|
102
|
+
<li class="tsd-description">
|
|
103
|
+
<div class="tsd-parameters">
|
|
104
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
105
|
+
<ul class="tsd-parameter-list">
|
|
106
|
+
<li>
|
|
107
|
+
<h5>color: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
108
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
109
|
+
<ul>
|
|
110
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L204">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:204</a></li></ul></aside></li></ul></section>
|
|
111
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setBackgroundOpacity" class="tsd-anchor"></a>
|
|
112
|
+
<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>
|
|
113
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
114
|
+
<li class="tsd-signature tsd-anchor-link" id="setBackgroundOpacity.setBackgroundOpacity-1">set<wbr/>Background<wbr/>Opacity<span class="tsd-signature-symbol">(</span>opacity<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setBackgroundOpacity.setBackgroundOpacity-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>
|
|
115
|
+
<li class="tsd-description">
|
|
116
|
+
<div class="tsd-parameters">
|
|
117
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
118
|
+
<ul class="tsd-parameter-list">
|
|
119
|
+
<li>
|
|
120
|
+
<h5>opacity: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
121
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
122
|
+
<ul>
|
|
123
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L218">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:218</a></li></ul></aside></li></ul></section>
|
|
94
124
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setColor" class="tsd-anchor"></a>
|
|
95
125
|
<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>
|
|
96
126
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -103,7 +133,7 @@
|
|
|
103
133
|
<h5>color: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
104
134
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
105
135
|
<ul>
|
|
106
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
136
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L196">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:196</a></li></ul></aside></li></ul></section>
|
|
107
137
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setCustomVisible" class="tsd-anchor"></a>
|
|
108
138
|
<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>
|
|
109
139
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -118,11 +148,11 @@
|
|
|
118
148
|
<h5>visible: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
|
|
119
149
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
120
150
|
<ul>
|
|
121
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
151
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L115">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:115</a></li></ul></aside></li></ul></section>
|
|
122
152
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setGeometryByPanoGroup" class="tsd-anchor"></a>
|
|
123
153
|
<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>
|
|
124
154
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
125
|
-
<li class="tsd-signature tsd-anchor-link" id="setGeometryByPanoGroup.setGeometryByPanoGroup-1">set<wbr/>Geometry<wbr/>By<wbr/>Pano<wbr/>Group<span class="tsd-signature-symbol">(</span>panoGroup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">CatmullRomCurve3RestParams</span><span class="tsd-signature-symbol"> & </span><
|
|
155
|
+
<li class="tsd-signature tsd-anchor-link" id="setGeometryByPanoGroup.setGeometryByPanoGroup-1">set<wbr/>Geometry<wbr/>By<wbr/>Pano<wbr/>Group<span class="tsd-signature-symbol">(</span>panoGroup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">CatmullRomCurve3RestParams</span><span class="tsd-signature-symbol"> & </span><a href="../interfaces/GuideLinePluginType.GuideLineGeometryStyle.html" class="tsd-signature-type" data-tsd-kind="Interface">GuideLineGeometryStyle</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setGeometryByPanoGroup.setGeometryByPanoGroup-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>
|
|
126
156
|
<li class="tsd-description">
|
|
127
157
|
<div class="tsd-comment tsd-typography"><p>通过点位设置线条形状</p>
|
|
128
158
|
</div>
|
|
@@ -132,14 +162,14 @@
|
|
|
132
162
|
<li>
|
|
133
163
|
<h5>panoGroup: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5></li>
|
|
134
164
|
<li>
|
|
135
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> options: <span class="tsd-signature-type">CatmullRomCurve3RestParams</span><span class="tsd-signature-symbol"> & </span><
|
|
165
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> options: <span class="tsd-signature-type">CatmullRomCurve3RestParams</span><span class="tsd-signature-symbol"> & </span><a href="../interfaces/GuideLinePluginType.GuideLineGeometryStyle.html" class="tsd-signature-type" data-tsd-kind="Interface">GuideLineGeometryStyle</a></h5></li></ul></div>
|
|
136
166
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
137
167
|
<ul>
|
|
138
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
168
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L157">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:157</a></li></ul></aside></li></ul></section>
|
|
139
169
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setGeometryByPath" class="tsd-anchor"></a>
|
|
140
170
|
<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>
|
|
141
171
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
142
|
-
<li class="tsd-signature tsd-anchor-link" id="setGeometryByPath.setGeometryByPath-1">set<wbr/>Geometry<wbr/>By<wbr/>Path<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><
|
|
172
|
+
<li class="tsd-signature tsd-anchor-link" id="setGeometryByPath.setGeometryByPath-1">set<wbr/>Geometry<wbr/>By<wbr/>Path<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><a href="../interfaces/GuideLinePluginType.CatmullRomCurve3.html" class="tsd-signature-type" data-tsd-kind="Interface">CatmullRomCurve3</a><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/GuideLinePluginType.GuideLineGeometryStyle.html" class="tsd-signature-type" data-tsd-kind="Interface">GuideLineGeometryStyle</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setGeometryByPath.setGeometryByPath-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>
|
|
143
173
|
<li class="tsd-description">
|
|
144
174
|
<div class="tsd-comment tsd-typography"><p>通过路径设置线条形状</p>
|
|
145
175
|
</div>
|
|
@@ -147,16 +177,29 @@
|
|
|
147
177
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
148
178
|
<ul class="tsd-parameter-list">
|
|
149
179
|
<li>
|
|
150
|
-
<h5>path: <
|
|
180
|
+
<h5>path: <a href="../interfaces/GuideLinePluginType.CatmullRomCurve3.html" class="tsd-signature-type" data-tsd-kind="Interface">CatmullRomCurve3</a><span class="tsd-signature-symbol">[]</span></h5></li>
|
|
151
181
|
<li>
|
|
152
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> options: <
|
|
182
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> options: <a href="../interfaces/GuideLinePluginType.GuideLineGeometryStyle.html" class="tsd-signature-type" data-tsd-kind="Interface">GuideLineGeometryStyle</a></h5></li></ul></div>
|
|
153
183
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
154
184
|
<ul>
|
|
155
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
185
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L166">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:166</a></li></ul></aside></li></ul></section>
|
|
186
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setMapOpacity" class="tsd-anchor"></a>
|
|
187
|
+
<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>
|
|
188
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
189
|
+
<li class="tsd-signature tsd-anchor-link" id="setMapOpacity.setMapOpacity-1">set<wbr/>Map<wbr/>Opacity<span class="tsd-signature-symbol">(</span>opacity<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setMapOpacity.setMapOpacity-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>
|
|
190
|
+
<li class="tsd-description">
|
|
191
|
+
<div class="tsd-parameters">
|
|
192
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
193
|
+
<ul class="tsd-parameter-list">
|
|
194
|
+
<li>
|
|
195
|
+
<h5>opacity: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
196
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
197
|
+
<ul>
|
|
198
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L225">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:225</a></li></ul></aside></li></ul></section>
|
|
156
199
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setMartial" class="tsd-anchor"></a>
|
|
157
200
|
<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>
|
|
158
201
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
159
|
-
<li class="tsd-signature tsd-anchor-link" id="setMartial.setMartial-1">set<wbr/>Martial<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><
|
|
202
|
+
<li class="tsd-signature tsd-anchor-link" id="setMartial.setMartial-1">set<wbr/>Martial<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/GuideLinePluginType.GuideLineMaterialStyle.html" class="tsd-signature-type" data-tsd-kind="Interface">GuideLineMaterialStyle</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setMartial.setMartial-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>
|
|
160
203
|
<li class="tsd-description">
|
|
161
204
|
<div class="tsd-comment tsd-typography"><p>设置线条材质</p>
|
|
162
205
|
</div>
|
|
@@ -164,10 +207,10 @@
|
|
|
164
207
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
165
208
|
<ul class="tsd-parameter-list">
|
|
166
209
|
<li>
|
|
167
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> options: <
|
|
210
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> options: <a href="../interfaces/GuideLinePluginType.GuideLineMaterialStyle.html" class="tsd-signature-type" data-tsd-kind="Interface">GuideLineMaterialStyle</a></h5></li></ul></div>
|
|
168
211
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
169
212
|
<ul>
|
|
170
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
213
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L189">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:189</a></li></ul></aside></li></ul></section>
|
|
171
214
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setModeVisible" class="tsd-anchor"></a>
|
|
172
215
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Mode<wbr/>Visible</span><a href="#setModeVisible" 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
216
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -182,7 +225,7 @@
|
|
|
182
225
|
<h5>visible: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
|
|
183
226
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
184
227
|
<ul>
|
|
185
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
228
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L123">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:123</a></li></ul></aside></li></ul></section>
|
|
186
229
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setOpacity" class="tsd-anchor"></a>
|
|
187
230
|
<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>
|
|
188
231
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -195,7 +238,7 @@
|
|
|
195
238
|
<h5>opacity: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
196
239
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
197
240
|
<ul>
|
|
198
|
-
<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/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L211">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:211</a></li></ul></aside></li></ul></section>
|
|
199
242
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setScale" class="tsd-anchor"></a>
|
|
200
243
|
<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>
|
|
201
244
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -210,7 +253,20 @@
|
|
|
210
253
|
<h5>scale: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
211
254
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
212
255
|
<ul>
|
|
213
|
-
<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/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L150">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:150</a></li></ul></aside></li></ul></section>
|
|
257
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setSkippedPanoGroup" class="tsd-anchor"></a>
|
|
258
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Skipped<wbr/>Pano<wbr/>Group</span><a href="#setSkippedPanoGroup" 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>
|
|
259
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
260
|
+
<li class="tsd-signature tsd-anchor-link" id="setSkippedPanoGroup.setSkippedPanoGroup-1">set<wbr/>Skipped<wbr/>Pano<wbr/>Group<span class="tsd-signature-symbol">(</span>panoGroup<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</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><a href="#setSkippedPanoGroup.setSkippedPanoGroup-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>
|
|
261
|
+
<li class="tsd-description">
|
|
262
|
+
<div class="tsd-parameters">
|
|
263
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
264
|
+
<ul class="tsd-parameter-list">
|
|
265
|
+
<li>
|
|
266
|
+
<h5>panoGroup: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
267
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
268
|
+
<ul>
|
|
269
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L179">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:179</a></li></ul></aside></li></ul></section>
|
|
214
270
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setTextureUrl" class="tsd-anchor"></a>
|
|
215
271
|
<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>
|
|
216
272
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -223,7 +279,7 @@
|
|
|
223
279
|
<h5>url: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
224
280
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
225
281
|
<ul>
|
|
226
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
282
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L232">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:232</a></li></ul></aside></li></ul></section>
|
|
227
283
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setUnitSize" class="tsd-anchor"></a>
|
|
228
284
|
<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>
|
|
229
285
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -240,7 +296,7 @@
|
|
|
240
296
|
<h5>length: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
241
297
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
242
298
|
<ul>
|
|
243
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
299
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineModeItem.ts#L142">plugins/src/GuideLinePlugin/GuideLineModeItem.ts:142</a></li></ul></aside></li></ul></section></section></div>
|
|
244
300
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
245
301
|
<div class="tsd-navigation settings">
|
|
246
302
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -257,10 +313,11 @@
|
|
|
257
313
|
<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>
|
|
258
314
|
<div class="tsd-accordion-details">
|
|
259
315
|
<ul>
|
|
260
|
-
<li class="current"><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>
|
|
316
|
+
<li class="current"><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>2</a>
|
|
261
317
|
<ul>
|
|
262
318
|
<li class="tsd-kind-namespace"><a href="../modules/GuideLineItem.html">Guide<wbr/>Line<wbr/>Item</a></li>
|
|
263
319
|
<li class="current selected tsd-kind-namespace"><a href="../modules/GuideLineModeItem.html">Guide<wbr/>Line<wbr/>Mode<wbr/>Item</a></li>
|
|
320
|
+
<li class="tsd-kind-namespace"><a href="../modules/GuideLinePluginType.html">Guide<wbr/>Line<wbr/>Plugin<wbr/>Type</a></li>
|
|
264
321
|
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
265
322
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
266
323
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -270,14 +327,18 @@
|
|
|
270
327
|
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#constructor" class="tsd-index-link"><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>constructor</a></li>
|
|
271
328
|
<li class="tsd-kind-property tsd-parent-kind-class"><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>mesh</a></li>
|
|
272
329
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#dispose" 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>dispose</a></li>
|
|
330
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><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>set<wbr/>Background<wbr/>Color</a></li>
|
|
331
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><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>set<wbr/>Background<wbr/>Opacity</a></li>
|
|
273
332
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setColor" 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>set<wbr/>Color</a></li>
|
|
274
333
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setCustomVisible" 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>set<wbr/>Custom<wbr/>Visible</a></li>
|
|
275
334
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setGeometryByPanoGroup" 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>set<wbr/>Geometry<wbr/>By<wbr/>Pano<wbr/>Group</a></li>
|
|
276
335
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setGeometryByPath" 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>set<wbr/>Geometry<wbr/>By<wbr/>Path</a></li>
|
|
336
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setMapOpacity" 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>set<wbr/>Map<wbr/>Opacity</a></li>
|
|
277
337
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setMartial" 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>set<wbr/>Martial</a></li>
|
|
278
338
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setModeVisible" 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>set<wbr/>Mode<wbr/>Visible</a></li>
|
|
279
339
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setOpacity" 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>set<wbr/>Opacity</a></li>
|
|
280
340
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setScale" 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>set<wbr/>Scale</a></li>
|
|
341
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setSkippedPanoGroup" 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>set<wbr/>Skipped<wbr/>Pano<wbr/>Group</a></li>
|
|
281
342
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setTextureUrl" 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>set<wbr/>Texture<wbr/>Url</a></li>
|
|
282
343
|
<li class="tsd-kind-method tsd-parent-kind-class"><a href="GuideLineModeItem.GuideLineModeItem.html#setUnitSize" 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>set<wbr/>Unit<wbr/>Size</a></li></ul></li></ul></nav></div></div>
|
|
283
344
|
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|