@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>CruisePluginController | 如视看房插件合集 - 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>CruisePluginController | 如视看房插件合集 - 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="CruisePluginController.html">CruisePluginController</a></li></ul>
|
|
17
17
|
<h1>Class CruisePluginController</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-hierarchy">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">CruisePluginController</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L37">plugins/src/CruisePlugin/Controller.ts:37</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<h4 class="tsd-returns-title">Returns <a href="CruisePluginController.html" class="tsd-signature-type" data-tsd-kind="Class">CruisePluginController</a></h4><aside class="tsd-sources">
|
|
76
76
|
<p>Overrides BasePluginWithData.Controller<PluginState, EventMap, PluginServerData, PluginData>.constructor</p>
|
|
77
77
|
<ul>
|
|
78
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
78
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L90">plugins/src/CruisePlugin/Controller.ts:90</a></li></ul></aside></li></ul></section></section>
|
|
79
79
|
<section class="tsd-panel-group tsd-member-group">
|
|
80
80
|
<h2>Properties</h2>
|
|
81
81
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="VERSION" class="tsd-anchor"></a>
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
</div><aside class="tsd-sources">
|
|
86
86
|
<p>Inherited from BasePluginWithData.Controller.VERSION</p>
|
|
87
87
|
<ul>
|
|
88
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
88
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/base/BasePlugin.ts#L66">plugins/src/base/BasePlugin.ts:66</a></li></ul></aside></section>
|
|
89
89
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="five" class="tsd-anchor"></a>
|
|
90
90
|
<h3 class="tsd-anchor-link"><span>five</span><a href="#five" 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>
|
|
91
91
|
<div class="tsd-signature">five<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Five</span></div><aside class="tsd-sources">
|
|
92
92
|
<p>Inherited from BasePluginWithData.Controller.five</p>
|
|
93
93
|
<ul>
|
|
94
|
-
<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/a512d4d/plugins/src/base/BasePlugin.ts#L68">plugins/src/base/BasePlugin.ts:68</a></li></ul></aside></section>
|
|
95
95
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="hooks" class="tsd-anchor"></a>
|
|
96
96
|
<h3 class="tsd-anchor-link"><span>hooks</span><a href="#hooks" 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>
|
|
97
97
|
<div class="tsd-signature">hooks<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Subscribe</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">EventMap</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
@@ -99,24 +99,24 @@
|
|
|
99
99
|
</div><aside class="tsd-sources">
|
|
100
100
|
<p>Inherited from BasePluginWithData.Controller.hooks</p>
|
|
101
101
|
<ul>
|
|
102
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
102
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/base/BasePlugin.ts#L72">plugins/src/base/BasePlugin.ts:72</a></li></ul></aside></section>
|
|
103
103
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="state" class="tsd-anchor"></a>
|
|
104
104
|
<h3 class="tsd-anchor-link"><span>state</span><a href="#state" 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>
|
|
105
105
|
<div class="tsd-signature">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PluginState</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
|
|
106
106
|
<p>Overrides BasePluginWithData.Controller.state</p>
|
|
107
107
|
<ul>
|
|
108
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
108
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L40">plugins/src/CruisePlugin/Controller.ts:40</a></li></ul></aside></section>
|
|
109
109
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="staticPrefix" class="tsd-anchor"></a>
|
|
110
110
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>static<wbr/>Prefix</span><a href="#staticPrefix" 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>
|
|
111
111
|
<div class="tsd-signature">static<wbr/>Prefix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = '//vrlab-static.ljcdn.com'</span></div><aside class="tsd-sources">
|
|
112
112
|
<p>Inherited from BasePluginWithData.Controller.staticPrefix</p>
|
|
113
113
|
<ul>
|
|
114
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
114
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/base/BasePlugin.ts#L74">plugins/src/base/BasePlugin.ts:74</a></li></ul></aside></section>
|
|
115
115
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="PluginVersion" class="tsd-anchor"></a>
|
|
116
116
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>Plugin<wbr/>Version</span><a href="#PluginVersion" 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>
|
|
117
117
|
<div class="tsd-signature">Plugin<wbr/>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = VERSION</span></div><aside class="tsd-sources">
|
|
118
118
|
<ul>
|
|
119
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
119
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L38">plugins/src/CruisePlugin/Controller.ts:38</a></li></ul></aside></section></section>
|
|
120
120
|
<section class="tsd-panel-group tsd-member-group">
|
|
121
121
|
<h2>Methods</h2>
|
|
122
122
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="appendTo" class="tsd-anchor"></a>
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
135
135
|
<p>Inherited from BasePluginWithData.Controller.appendTo</p>
|
|
136
136
|
<ul>
|
|
137
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
137
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/base/BasePlugin.ts#L103">plugins/src/base/BasePlugin.ts:103</a></li></ul></aside></li></ul></section>
|
|
138
138
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="disable" class="tsd-anchor"></a>
|
|
139
139
|
<h3 class="tsd-anchor-link"><span>disable</span><a href="#disable" 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>
|
|
140
140
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
155
155
|
<p>Overrides BasePluginWithData.Controller.disable</p>
|
|
156
156
|
<ul>
|
|
157
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
157
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L233">plugins/src/CruisePlugin/Controller.ts:233</a></li></ul></aside></li></ul></section>
|
|
158
158
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="dispose" class="tsd-anchor"></a>
|
|
159
159
|
<h3 class="tsd-anchor-link"><span>dispose</span><a href="#dispose" 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>
|
|
160
160
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
167
167
|
<p>Overrides BasePluginWithData.Controller.dispose</p>
|
|
168
168
|
<ul>
|
|
169
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
169
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L240">plugins/src/CruisePlugin/Controller.ts:240</a></li></ul></aside></li></ul></section>
|
|
170
170
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="enable" class="tsd-anchor"></a>
|
|
171
171
|
<h3 class="tsd-anchor-link"><span>enable</span><a href="#enable" 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>
|
|
172
172
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
187
187
|
<p>Overrides BasePluginWithData.Controller.enable</p>
|
|
188
188
|
<ul>
|
|
189
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
189
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L226">plugins/src/CruisePlugin/Controller.ts:226</a></li></ul></aside></li></ul></section>
|
|
190
190
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getCurrentState" class="tsd-anchor"></a>
|
|
191
191
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Current<wbr/>State</span><a href="#getCurrentState" 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>
|
|
192
192
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">PluginState</span></h4><aside class="tsd-sources">
|
|
198
198
|
<p>Inherited from BasePluginWithData.Controller.getCurrentState</p>
|
|
199
199
|
<ul>
|
|
200
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
200
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/base/BasePlugin.ts#L95">plugins/src/base/BasePlugin.ts:95</a></li></ul></aside></li></ul></section>
|
|
201
201
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="hide" class="tsd-anchor"></a>
|
|
202
202
|
<h3 class="tsd-anchor-link"><span>hide</span><a href="#hide" 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>
|
|
203
203
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
218
218
|
<p>Overrides BasePluginWithData.Controller.hide</p>
|
|
219
219
|
<ul>
|
|
220
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
220
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L219">plugins/src/CruisePlugin/Controller.ts:219</a></li></ul></aside></li></ul></section>
|
|
221
221
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="isAbsoluteURL" class="tsd-anchor"></a>
|
|
222
222
|
<h3 class="tsd-anchor-link"><span>is<wbr/>AbsoluteURL</span><a href="#isAbsoluteURL" 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>
|
|
223
223
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -231,11 +231,11 @@
|
|
|
231
231
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
232
232
|
<p>Inherited from BasePluginWithData.Controller.isAbsoluteURL</p>
|
|
233
233
|
<ul>
|
|
234
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
234
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/base/BasePlugin.ts#L122">plugins/src/base/BasePlugin.ts:122</a></li></ul></aside></li></ul></section>
|
|
235
235
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="load" class="tsd-anchor"></a>
|
|
236
236
|
<h3 class="tsd-anchor-link"><span>load</span><a href="#load" 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>
|
|
237
237
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
238
|
-
<li class="tsd-signature tsd-anchor-link" id="load.load-1">load<span class="tsd-signature-symbol">(</span>serverData<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PluginServerData</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>guildPluginOptions<span class="tsd-signature-symbol">?: </span><
|
|
238
|
+
<li class="tsd-signature tsd-anchor-link" id="load.load-1">load<span class="tsd-signature-symbol">(</span>serverData<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PluginServerData</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>guildPluginOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/GuideLinePluginType.RouteConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">RouteConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span>keyframes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CruiseData</span><span class="tsd-signature-symbol">; </span><br/><span> </span>end<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span>id<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>start<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span>uuid<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveEffect<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveToFirstPanoDuration<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveToFirstPanoEffect<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveType<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>panoIndexList<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>stay<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</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><br/><span> </span>guildPluginOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/GuideLinePluginType.RouteConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">RouteConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span>keyframes<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveEffect<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"fly"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"fade"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"montage"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"instant"</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveToFirstPanoDuration<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveToFirstPanoEffect<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"fly"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"fade"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"montage"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"instant"</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveType<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"justMove"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"moveAndRotate"</span><span class="tsd-signature-symbol">; </span><br/><span> </span>panoIndexList<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><br/><span> </span>stay<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span>, state<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">PluginState</span>, userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#load.load-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>
|
|
239
239
|
<li class="tsd-description">
|
|
240
240
|
<div class="tsd-comment tsd-typography">
|
|
241
241
|
<h3>Description</h3><p>Load Data and State</p>
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
245
245
|
<ul class="tsd-parameter-list">
|
|
246
246
|
<li>
|
|
247
|
-
<h5>serverData: <span class="tsd-signature-type">PluginServerData</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>guildPluginOptions<span class="tsd-signature-symbol">?: </span><
|
|
247
|
+
<h5>serverData: <span class="tsd-signature-type">PluginServerData</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>guildPluginOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/GuideLinePluginType.RouteConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">RouteConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span>keyframes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CruiseData</span><span class="tsd-signature-symbol">; </span><br/><span> </span>end<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span>id<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>start<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span>uuid<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveEffect<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveToFirstPanoDuration<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveToFirstPanoEffect<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveType<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>panoIndexList<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>stay<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</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><br/><span> </span>guildPluginOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/GuideLinePluginType.RouteConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">RouteConfig</a><span class="tsd-signature-symbol">; </span><br/><span> </span>keyframes<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveEffect<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"fly"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"fade"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"montage"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"instant"</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveToFirstPanoDuration<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveToFirstPanoEffect<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"fly"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"fade"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"montage"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"instant"</span><span class="tsd-signature-symbol">; </span><br/><span> </span>moveType<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"justMove"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"moveAndRotate"</span><span class="tsd-signature-symbol">; </span><br/><span> </span>panoIndexList<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><br/><span> </span>stay<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5></li>
|
|
248
248
|
<li>
|
|
249
249
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> state: <span class="tsd-signature-type">PluginState</span></h5></li>
|
|
250
250
|
<li>
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
253
253
|
<p>Overrides BasePluginWithData.Controller.load</p>
|
|
254
254
|
<ul>
|
|
255
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
255
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L114">plugins/src/CruisePlugin/Controller.ts:114</a></li></ul></aside></li></ul></section>
|
|
256
256
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="pause" class="tsd-anchor"></a>
|
|
257
257
|
<h3 class="tsd-anchor-link"><span>pause</span><a href="#pause" 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>
|
|
258
258
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> user<wbr/>Action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li></ul></div>
|
|
272
272
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
273
273
|
<ul>
|
|
274
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
274
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L205">plugins/src/CruisePlugin/Controller.ts:205</a></li></ul></aside></li></ul></section>
|
|
275
275
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="play" class="tsd-anchor"></a>
|
|
276
276
|
<h3 class="tsd-anchor-link"><span>play</span><a href="#play" 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>
|
|
277
277
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> user<wbr/>Action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li></ul></div>
|
|
291
291
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
292
292
|
<ul>
|
|
293
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
293
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L180">plugins/src/CruisePlugin/Controller.ts:180</a></li></ul></aside></li></ul></section>
|
|
294
294
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="playFrom" class="tsd-anchor"></a>
|
|
295
295
|
<h3 class="tsd-anchor-link"><span>play<wbr/>From</span><a href="#playFrom" 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>
|
|
296
296
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> user<wbr/>Action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li></ul></div>
|
|
318
318
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
319
319
|
<ul>
|
|
320
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
320
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L189">plugins/src/CruisePlugin/Controller.ts:189</a></li></ul></aside></li></ul></section>
|
|
321
321
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="playFromStart" class="tsd-anchor"></a>
|
|
322
322
|
<h3 class="tsd-anchor-link"><span>play<wbr/>From<wbr/>Start</span><a href="#playFromStart" 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
323
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> user<wbr/>Action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li></ul></div>
|
|
337
337
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
338
338
|
<ul>
|
|
339
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
339
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L198">plugins/src/CruisePlugin/Controller.ts:198</a></li></ul></aside></li></ul></section>
|
|
340
340
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setState" class="tsd-anchor"></a>
|
|
341
341
|
<h3 class="tsd-anchor-link"><span>set<wbr/>State</span><a href="#setState" 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>
|
|
342
342
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
356
356
|
<p>Overrides BasePluginWithData.Controller.setState</p>
|
|
357
357
|
<ul>
|
|
358
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
358
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L247">plugins/src/CruisePlugin/Controller.ts:247</a></li></ul></aside></li></ul></section>
|
|
359
359
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="show" class="tsd-anchor"></a>
|
|
360
360
|
<h3 class="tsd-anchor-link"><span>show</span><a href="#show" 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>
|
|
361
361
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
376
376
|
<p>Overrides BasePluginWithData.Controller.show</p>
|
|
377
377
|
<ul>
|
|
378
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
378
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/CruisePlugin/Controller.ts#L212">plugins/src/CruisePlugin/Controller.ts:212</a></li></ul></aside></li></ul></section></section></div>
|
|
379
379
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
380
380
|
<div class="tsd-navigation settings">
|
|
381
381
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -392,10 +392,11 @@
|
|
|
392
392
|
<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>
|
|
393
393
|
<div class="tsd-accordion-details">
|
|
394
394
|
<ul>
|
|
395
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>
|
|
395
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>2</a>
|
|
396
396
|
<ul>
|
|
397
397
|
<li class="tsd-kind-namespace"><a href="../modules/GuideLineItem.html">Guide<wbr/>Line<wbr/>Item</a></li>
|
|
398
398
|
<li class="tsd-kind-namespace"><a href="../modules/GuideLineModeItem.html">Guide<wbr/>Line<wbr/>Mode<wbr/>Item</a></li>
|
|
399
|
+
<li class="tsd-kind-namespace"><a href="../modules/GuideLinePluginType.html">Guide<wbr/>Line<wbr/>Plugin<wbr/>Type</a></li>
|
|
399
400
|
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
400
401
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
401
402
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
@@ -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>GuideLineItem | 如视看房插件合集 - 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>GuideLineItem | 如视看房插件合集 - 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/GuideLineItem.html">GuideLineItem</a></li>
|
|
17
17
|
<li><a href="GuideLineItem.GuideLineItem.html">GuideLineItem</a></li></ul>
|
|
18
18
|
<h1>Class GuideLineItem</h1></div>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<ul class="tsd-hierarchy">
|
|
30
30
|
<li><span class="target">GuideLineItem</span></li></ul></section><aside class="tsd-sources">
|
|
31
31
|
<ul>
|
|
32
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
32
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineItem.ts#L12">plugins/src/GuideLinePlugin/GuideLineItem.ts:12</a></li></ul></aside>
|
|
33
33
|
<section class="tsd-panel-group tsd-index-group">
|
|
34
34
|
<section class="tsd-panel tsd-index-panel">
|
|
35
35
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a>
|
|
58
58
|
<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
59
|
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
|
|
60
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_GuideLineItem">new <wbr/>Guide<wbr/>Line<wbr/>Item<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>five<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Five</span><span class="tsd-signature-symbol">; </span><br/><span> </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><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="GuideLineItem.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineItem</a><a href="#constructor.new_GuideLineItem" 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>
|
|
60
|
+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_GuideLineItem">new <wbr/>Guide<wbr/>Line<wbr/>Item<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>five<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Five</span><span class="tsd-signature-symbol">; </span><br/><span> </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><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="../modules/GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Namespace">GuideLineItem</a><span class="tsd-signature-symbol">.</span><a href="GuideLineItem.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineItem</a><a href="#constructor.new_GuideLineItem" 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
61
|
<li class="tsd-description">
|
|
62
62
|
<div class="tsd-parameters">
|
|
63
63
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -71,66 +71,66 @@
|
|
|
71
71
|
<h5>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5></li>
|
|
72
72
|
<li class="tsd-parameter">
|
|
73
73
|
<h5>plugin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">default</span></h5></li></ul></li></ul></div>
|
|
74
|
-
<h4 class="tsd-returns-title">Returns <a href="GuideLineItem.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineItem</a></h4><aside class="tsd-sources">
|
|
74
|
+
<h4 class="tsd-returns-title">Returns <a href="../modules/GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Namespace">GuideLineItem</a><span class="tsd-signature-symbol">.</span><a href="GuideLineItem.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineItem</a></h4><aside class="tsd-sources">
|
|
75
75
|
<ul>
|
|
76
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
76
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineItem.ts#L22">plugins/src/GuideLinePlugin/GuideLineItem.ts:22</a></li></ul></aside></li></ul></section></section>
|
|
77
77
|
<section class="tsd-panel-group tsd-member-group">
|
|
78
78
|
<h2>Properties</h2>
|
|
79
79
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="id" class="tsd-anchor"></a>
|
|
80
80
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>id</span><a href="#id" 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
81
|
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
82
82
|
<ul>
|
|
83
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
83
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineItem.ts#L13">plugins/src/GuideLinePlugin/GuideLineItem.ts:13</a></li></ul></aside></section>
|
|
84
84
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="isGuideLine" class="tsd-anchor"></a>
|
|
85
85
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>is<wbr/>Guide<wbr/>Line</span><a href="#isGuideLine" 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>
|
|
86
86
|
<div class="tsd-signature">is<wbr/>Guide<wbr/>Line<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources">
|
|
87
87
|
<ul>
|
|
88
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
88
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineItem.ts#L15">plugins/src/GuideLinePlugin/GuideLineItem.ts:15</a></li></ul></aside></section>
|
|
89
89
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="modelItem" class="tsd-anchor"></a>
|
|
90
90
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>model<wbr/>Item</span><a href="#modelItem" 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>
|
|
91
91
|
<div class="tsd-signature">model<wbr/>Item<span class="tsd-signature-symbol">:</span> <a href="GuideLineModeItem.GuideLineModeItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineModeItem</a></div><aside class="tsd-sources">
|
|
92
92
|
<ul>
|
|
93
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
93
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineItem.ts#L17">plugins/src/GuideLinePlugin/GuideLineItem.ts:17</a></li></ul></aside></section>
|
|
94
94
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="panoramaItem" class="tsd-anchor"></a>
|
|
95
95
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>panorama<wbr/>Item</span><a href="#panoramaItem" 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
96
|
<div class="tsd-signature">panorama<wbr/>Item<span class="tsd-signature-symbol">:</span> <a href="GuideLineModeItem.GuideLineModeItem.html" class="tsd-signature-type" data-tsd-kind="Class">GuideLineModeItem</a></div><aside class="tsd-sources">
|
|
97
97
|
<ul>
|
|
98
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
98
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineItem.ts#L16">plugins/src/GuideLinePlugin/GuideLineItem.ts:16</a></li></ul></aside></section>
|
|
99
99
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="renderID" class="tsd-anchor"></a>
|
|
100
100
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>renderID</span><a href="#renderID" 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>
|
|
101
101
|
<div class="tsd-signature">renderID<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
102
102
|
<ul>
|
|
103
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
103
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineItem.ts#L14">plugins/src/GuideLinePlugin/GuideLineItem.ts:14</a></li></ul></aside></section></section>
|
|
104
104
|
<section class="tsd-panel-group tsd-member-group">
|
|
105
105
|
<h2>Methods</h2>
|
|
106
106
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setData" class="tsd-anchor"></a>
|
|
107
107
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Data</span><a href="#setData" 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
108
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
109
|
-
<li class="tsd-signature tsd-anchor-link" id="setData.setData-1">set<wbr/>Data<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">GuideLineItem</
|
|
109
|
+
<li class="tsd-signature tsd-anchor-link" id="setData.setData-1">set<wbr/>Data<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><a href="../modules/GuideLinePluginType.html" class="tsd-signature-type" data-tsd-kind="Namespace">GuideLinePluginType</a><span class="tsd-signature-symbol">.</span><a href="../types/GuideLinePluginType.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Type alias">GuideLineItem</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setData.setData-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>
|
|
110
110
|
<li class="tsd-description">
|
|
111
111
|
<div class="tsd-parameters">
|
|
112
112
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
113
113
|
<ul class="tsd-parameter-list">
|
|
114
114
|
<li>
|
|
115
|
-
<h5>data: <span class="tsd-signature-type">GuideLineItem</
|
|
115
|
+
<h5>data: <a href="../modules/GuideLinePluginType.html" class="tsd-signature-type" data-tsd-kind="Namespace">GuideLinePluginType</a><span class="tsd-signature-symbol">.</span><a href="../types/GuideLinePluginType.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Type alias">GuideLineItem</a></h5></li></ul></div>
|
|
116
116
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
117
117
|
<ul>
|
|
118
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
118
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineItem.ts#L30">plugins/src/GuideLinePlugin/GuideLineItem.ts:30</a></li></ul></aside></li></ul></section>
|
|
119
119
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setDataByMode" class="tsd-anchor"></a>
|
|
120
120
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Data<wbr/>By<wbr/>Mode</span><a href="#setDataByMode" 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>
|
|
121
121
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
122
|
-
<li class="tsd-signature tsd-anchor-link" id="setDataByMode.setDataByMode-1">set<wbr/>Data<wbr/>By<wbr/>Mode<span class="tsd-signature-symbol">(</span>mode<span class="tsd-signature-symbol">: </span><
|
|
122
|
+
<li class="tsd-signature tsd-anchor-link" id="setDataByMode.setDataByMode-1">set<wbr/>Data<wbr/>By<wbr/>Mode<span class="tsd-signature-symbol">(</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>, data<span class="tsd-signature-symbol">: </span><a href="../modules/GuideLinePluginType.html" class="tsd-signature-type" data-tsd-kind="Namespace">GuideLinePluginType</a><span class="tsd-signature-symbol">.</span><a href="../types/GuideLinePluginType.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Type alias">GuideLineItem</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setDataByMode.setDataByMode-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>
|
|
123
123
|
<li class="tsd-description">
|
|
124
124
|
<div class="tsd-parameters">
|
|
125
125
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
126
126
|
<ul class="tsd-parameter-list">
|
|
127
127
|
<li>
|
|
128
|
-
<h5>mode: <
|
|
128
|
+
<h5>mode: <a href="../types/GuideLinePluginType.GuideLineModeItemMode.html" class="tsd-signature-type" data-tsd-kind="Type alias">GuideLineModeItemMode</a></h5></li>
|
|
129
129
|
<li>
|
|
130
|
-
<h5>data: <span class="tsd-signature-type">GuideLineItem</
|
|
130
|
+
<h5>data: <a href="../modules/GuideLinePluginType.html" class="tsd-signature-type" data-tsd-kind="Namespace">GuideLinePluginType</a><span class="tsd-signature-symbol">.</span><a href="../types/GuideLinePluginType.GuideLineItem.html" class="tsd-signature-type" data-tsd-kind="Type alias">GuideLineItem</a></h5></li></ul></div>
|
|
131
131
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
132
132
|
<ul>
|
|
133
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
133
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a512d4d/plugins/src/GuideLinePlugin/GuideLineItem.ts#L35">plugins/src/GuideLinePlugin/GuideLineItem.ts:35</a></li></ul></aside></li></ul></section></section></div>
|
|
134
134
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
135
135
|
<div class="tsd-navigation settings">
|
|
136
136
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -147,10 +147,11 @@
|
|
|
147
147
|
<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>
|
|
148
148
|
<div class="tsd-accordion-details">
|
|
149
149
|
<ul>
|
|
150
|
-
<li class="current"><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>
|
|
150
|
+
<li class="current"><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>2</a>
|
|
151
151
|
<ul>
|
|
152
152
|
<li class="current selected tsd-kind-namespace"><a href="../modules/GuideLineItem.html">Guide<wbr/>Line<wbr/>Item</a></li>
|
|
153
153
|
<li class="tsd-kind-namespace"><a href="../modules/GuideLineModeItem.html">Guide<wbr/>Line<wbr/>Mode<wbr/>Item</a></li>
|
|
154
|
+
<li class="tsd-kind-namespace"><a href="../modules/GuideLinePluginType.html">Guide<wbr/>Line<wbr/>Plugin<wbr/>Type</a></li>
|
|
154
155
|
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
155
156
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
156
157
|
<nav class="tsd-navigation secondary menu-sticky">
|