@realsee/dnalogel 2.3.5-dev.3 → 2.3.5-dev.4

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.
Files changed (238) hide show
  1. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +1 -0
  2. package/dist/index.cjs.js +13 -13
  3. package/dist/index.js +1323 -1321
  4. package/dist/index.umd.js +14 -14
  5. package/docs/classes/CSS3DRender.html +31 -31
  6. package/docs/classes/CruisePluginController.html +24 -24
  7. package/docs/classes/Magnifier.html +16 -16
  8. package/docs/classes/ModelRoomLabelController.html +11 -11
  9. package/docs/classes/Object3DHelperController.html +24 -24
  10. package/docs/classes/PaintBrush.html +15 -15
  11. package/docs/classes/PanoTagPluginController.html +41 -41
  12. package/docs/classes/Util.BetterTween.html +8 -8
  13. package/docs/classes/Util.FivePointSelector.html +12 -12
  14. package/docs/classes/Util.Interval.html +12 -12
  15. package/docs/classes/Util.Magnifier.html +17 -17
  16. package/docs/classes/Util.PointDomHelper.html +11 -11
  17. package/docs/classes/Util.PointHelper.html +11 -11
  18. package/docs/classes/Util.Rectangle.html +13 -13
  19. package/docs/enums/CameraMovementEffect.html +7 -7
  20. package/docs/enums/ContentType.html +16 -16
  21. package/docs/enums/DIRECTION.html +9 -9
  22. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  23. package/docs/enums/DimensionType.html +7 -7
  24. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  25. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  26. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  27. package/docs/enums/PointType.html +7 -7
  28. package/docs/enums/Rotation.html +8 -8
  29. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  30. package/docs/functions/CameraMovementPlugin.html +4 -4
  31. package/docs/functions/CruisePlugin.html +4 -4
  32. package/docs/functions/GuideLinePlugin.html +5 -5
  33. package/docs/functions/ItemLabelPlugin.html +4 -4
  34. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  35. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  36. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  37. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  38. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  39. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  40. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  41. package/docs/functions/ModelViewPlugin.html +4 -4
  42. package/docs/functions/Object3DHelperPlugin.html +4 -4
  43. package/docs/functions/PanoCompassPlugin.html +4 -4
  44. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  45. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  46. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  47. package/docs/functions/PanoMeasurePlugin.html +4 -4
  48. package/docs/functions/PanoRulerPlugin.html +4 -4
  49. package/docs/functions/PanoRulerProPlugin.html +4 -4
  50. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  51. package/docs/functions/PanoTagPlugin.html +4 -4
  52. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  53. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  54. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  55. package/docs/functions/Util.getFrameTime.html +5 -5
  56. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  57. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  58. package/docs/functions/Util.isNil.html +5 -5
  59. package/docs/functions/Util.nextFrame.html +5 -5
  60. package/docs/functions/Util.notNil.html +5 -5
  61. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  62. package/docs/functions/Util.tweenProgress.html +5 -5
  63. package/docs/functions/pluginFlag.html +5 -5
  64. package/docs/index.html +4 -4
  65. package/docs/interfaces/AddTagConfig.html +6 -6
  66. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  67. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  68. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  69. package/docs/interfaces/EventMap.html +15 -15
  70. package/docs/interfaces/FloorplanBounding.html +8 -8
  71. package/docs/interfaces/FloorplanData.html +10 -10
  72. package/docs/interfaces/FloorplanEntrance.html +11 -11
  73. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  74. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  75. package/docs/interfaces/FloorplanFloorData.html +9 -9
  76. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  77. package/docs/interfaces/FloorplanObserver.html +9 -9
  78. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  79. package/docs/interfaces/FloorplanPosition.html +7 -7
  80. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  81. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  82. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  83. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  84. package/docs/interfaces/FloorplanServerData.html +7 -7
  85. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  86. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  87. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  88. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  89. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  90. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  91. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  92. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  93. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  94. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  95. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  96. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  97. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  98. package/docs/interfaces/LineJson.html +7 -7
  99. package/docs/interfaces/MinMax.html +7 -7
  100. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  101. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  102. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  103. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  104. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  105. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  106. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  107. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  108. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  109. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  110. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  111. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  112. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  113. package/docs/interfaces/Object3DHelperState.html +8 -8
  114. package/docs/interfaces/OpenParameter.html +7 -7
  115. package/docs/interfaces/PaintBrushAction.html +12 -12
  116. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  117. package/docs/interfaces/PaintBrushState.html +10 -10
  118. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  119. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  120. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  121. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  122. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  123. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  124. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  125. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  126. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  127. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  128. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  129. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  130. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  131. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  132. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  133. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  134. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  135. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  136. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  137. package/docs/interfaces/Point.html +8 -8
  138. package/docs/interfaces/PointJson.html +8 -8
  139. package/docs/interfaces/Room.html +9 -9
  140. package/docs/interfaces/RoomInfo.html +7 -7
  141. package/docs/interfaces/RoomLabel.html +14 -14
  142. package/docs/interfaces/RoomRules.html +5 -5
  143. package/docs/interfaces/Rooms.html +5 -5
  144. package/docs/interfaces/Scissor.html +9 -9
  145. package/docs/interfaces/State.html +8 -8
  146. package/docs/interfaces/TagCache.html +10 -10
  147. package/docs/interfaces/TagConfig.html +10 -10
  148. package/docs/interfaces/TagIconUrl.html +9 -9
  149. package/docs/interfaces/Tags.html +9 -9
  150. package/docs/interfaces/TemporaryState.html +6 -6
  151. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  152. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  153. package/docs/modules/Util.html +5 -5
  154. package/docs/modules.html +4 -4
  155. package/docs/types/ArrayPosition.html +5 -5
  156. package/docs/types/CSS3DRenderExportType.html +5 -5
  157. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  158. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  159. package/docs/types/Color.html +5 -5
  160. package/docs/types/ContentTypeConfigKey.html +5 -5
  161. package/docs/types/ContentTypeMap.html +5 -5
  162. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  163. package/docs/types/Create3DElementReturnType.html +5 -5
  164. package/docs/types/CruisePluginExportType.html +5 -5
  165. package/docs/types/Direction-1.html +5 -5
  166. package/docs/types/Direction4.html +5 -5
  167. package/docs/types/FloorplanRuleLabels.html +5 -5
  168. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  169. package/docs/types/GuideLinePluginExportType.html +5 -5
  170. package/docs/types/HelperEventMap.html +5 -5
  171. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  172. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  173. package/docs/types/MediaData.html +5 -5
  174. package/docs/types/MediaStore.html +5 -5
  175. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  176. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  177. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  178. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  179. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  180. package/docs/types/MoveArgs.html +5 -5
  181. package/docs/types/MoveOpts.html +5 -5
  182. package/docs/types/Object3DHelperEventMap.html +5 -5
  183. package/docs/types/ObjectFit.html +5 -5
  184. package/docs/types/PaintBrushEventMap.html +5 -5
  185. package/docs/types/PanoCompassPluginData.html +5 -5
  186. package/docs/types/PanoCompassPluginExportType.html +5 -5
  187. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  188. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  189. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  190. package/docs/types/PanoIndex.html +5 -5
  191. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  192. package/docs/types/PanoMeasureReturnType.html +5 -5
  193. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  194. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  195. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  196. package/docs/types/PlaneTag.html +5 -5
  197. package/docs/types/PlaneTagElement.html +5 -5
  198. package/docs/types/Point2DElement.html +5 -5
  199. package/docs/types/Point2DTag.html +5 -5
  200. package/docs/types/Point3DElement.html +5 -5
  201. package/docs/types/Point3DTag.html +5 -5
  202. package/docs/types/PointTag.html +5 -5
  203. package/docs/types/PointTagElement.html +5 -5
  204. package/docs/types/Position.html +5 -5
  205. package/docs/types/RotateArgs.html +5 -5
  206. package/docs/types/RotateOpts.html +5 -5
  207. package/docs/types/RuleLabelsKey.html +5 -5
  208. package/docs/types/RuleLabelsValue.html +5 -5
  209. package/docs/types/StickType.html +5 -5
  210. package/docs/types/Tag.html +5 -5
  211. package/docs/types/Tag2D.html +5 -5
  212. package/docs/types/Tag3D.html +5 -5
  213. package/docs/types/TagContentType.html +5 -5
  214. package/docs/types/TagDimensionType.html +5 -5
  215. package/docs/types/TagElement.html +5 -5
  216. package/docs/types/TagEvents.html +5 -5
  217. package/docs/types/TagHooks.html +5 -5
  218. package/docs/types/TagIconSize.html +5 -5
  219. package/docs/types/TagId.html +5 -5
  220. package/docs/types/TagPointType.html +5 -5
  221. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  222. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  223. package/docs/types/WorkCode.html +5 -5
  224. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  225. package/docs/variables/PLUGIN.html +5 -5
  226. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  227. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  228. package/docs/variables/VERSION.html +5 -5
  229. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  230. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  231. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  232. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +39 -39
  233. package/libs/PanoTagPlugin/Components/TagItem.js +2 -2
  234. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +1 -0
  235. package/libs/PanoTagPlugin/controller/TagComputer.js +32 -29
  236. package/libs/PanoTagPlugin/controller/index.js +49 -50
  237. package/libs/PanoTagPlugin/utils/tag/format.js +4 -4
  238. 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>PanoTagPluginController | 如视看房插件合集 - v2.3.5-dev.3</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.5-dev.3"/><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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoTagPluginController | 如视看房插件合集 - v2.3.5-dev.4</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.5-dev.4"/><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.3.5-dev.3</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.5-dev.4</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.3.5-dev.3</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.5-dev.4</a></li>
16
16
  <li><a href="PanoTagPluginController.html">PanoTagPluginController</a></li></ul>
17
17
  <h1>Class PanoTagPluginController</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">PanoTagPluginController</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/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L36">plugins/src/PanoTagPlugin/controller/index.ts:36</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L36">plugins/src/PanoTagPlugin/controller/index.ts:36</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">
@@ -100,7 +100,7 @@
100
100
  <h4 class="tsd-returns-title">Returns <a href="PanoTagPluginController.html" class="tsd-signature-type" data-tsd-kind="Class">PanoTagPluginController</a></h4><aside class="tsd-sources">
101
101
  <p>Overrides TagComputer.constructor</p>
102
102
  <ul>
103
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L81">plugins/src/PanoTagPlugin/controller/index.ts:81</a></li></ul></aside></li></ul></section></section>
103
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L81">plugins/src/PanoTagPlugin/controller/index.ts:81</a></li></ul></aside></li></ul></section></section>
104
104
  <section class="tsd-panel-group tsd-member-group">
105
105
  <h2>Properties</h2>
106
106
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="config" class="tsd-anchor"></a>
@@ -115,13 +115,13 @@
115
115
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> global<wbr/>Config<span class="tsd-signature-symbol">?: </span><a href="../interfaces/TagConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">TagConfig</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/TagContentType.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagContentType</a><span class="tsd-signature-symbol">, </span><a href="../types/StickType.html" class="tsd-signature-type" data-tsd-kind="Type alias">StickType</a><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div><aside class="tsd-sources">
116
116
  <p>Inherited from TagComputer.config</p>
117
117
  <ul>
118
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L30">plugins/src/PanoTagPlugin/controller/TagComputer.ts:30</a></li></ul></aside></section>
118
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L30">plugins/src/PanoTagPlugin/controller/TagComputer.ts:30</a></li></ul></aside></section>
119
119
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="five" class="tsd-anchor"></a>
120
120
  <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>
121
121
  <div class="tsd-signature">five<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Five</span></div><aside class="tsd-sources">
122
122
  <p>Inherited from TagComputer.five</p>
123
123
  <ul>
124
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/base/BasePlugin.ts#L57">plugins/src/base/BasePlugin.ts:57</a></li></ul></aside></section>
124
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/base/BasePlugin.ts#L57">plugins/src/base/BasePlugin.ts:57</a></li></ul></aside></section>
125
125
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="hooks" class="tsd-anchor"></a>
126
126
  <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>
127
127
  <div class="tsd-signature">hooks<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Subscribe</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/EventMap.html" class="tsd-signature-type" data-tsd-kind="Interface">EventMap</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
@@ -129,7 +129,7 @@
129
129
  </div><aside class="tsd-sources">
130
130
  <p>Inherited from TagComputer.hooks</p>
131
131
  <ul>
132
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/base/BasePlugin.ts#L61">plugins/src/base/BasePlugin.ts:61</a></li></ul></aside></section>
132
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/base/BasePlugin.ts#L61">plugins/src/base/BasePlugin.ts:61</a></li></ul></aside></section>
133
133
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="state" class="tsd-anchor"></a>
134
134
  <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>
135
135
  <div class="tsd-signature">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>enabled<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>visible<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
@@ -144,26 +144,26 @@
144
144
  <h5>visible<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></div><aside class="tsd-sources">
145
145
  <p>Overrides TagComputer.state</p>
146
146
  <ul>
147
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L41">plugins/src/PanoTagPlugin/controller/index.ts:41</a></li></ul></aside></section>
147
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L41">plugins/src/PanoTagPlugin/controller/index.ts:41</a></li></ul></aside></section>
148
148
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="staticPrefix" class="tsd-anchor"></a>
149
149
  <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>
150
150
  <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"> = &#39;//vrlab-static.ljcdn.com&#39;</span></div><aside class="tsd-sources">
151
151
  <p>Inherited from TagComputer.staticPrefix</p>
152
152
  <ul>
153
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/base/BasePlugin.ts#L63">plugins/src/base/BasePlugin.ts:63</a></li></ul></aside></section>
153
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/base/BasePlugin.ts#L63">plugins/src/base/BasePlugin.ts:63</a></li></ul></aside></section>
154
154
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="tags" class="tsd-anchor"></a>
155
155
  <h3 class="tsd-anchor-link"><span>tags</span><a href="#tags" 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>
156
156
  <div class="tsd-signature">tags<span class="tsd-signature-symbol">:</span> <a href="../types/TagElement.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagElement</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/TagContentType.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagContentType</a><span class="tsd-signature-symbol">, </span><a href="../types/StickType.html" class="tsd-signature-type" data-tsd-kind="Type alias">StickType</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div><aside class="tsd-sources">
157
157
  <p>Inherited from TagComputer.tags</p>
158
158
  <ul>
159
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L28">plugins/src/PanoTagPlugin/controller/TagComputer.ts:28</a></li></ul></aside></section>
159
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L28">plugins/src/PanoTagPlugin/controller/TagComputer.ts:28</a></li></ul></aside></section>
160
160
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="version" class="tsd-anchor"></a>
161
161
  <h3 class="tsd-anchor-link"><span>version</span><a href="#version" 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>
162
162
  <div class="tsd-signature">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = VERSION</span></div>
163
163
  <div class="tsd-comment tsd-typography"><p>版本号</p>
164
164
  </div><aside class="tsd-sources">
165
165
  <ul>
166
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L38">plugins/src/PanoTagPlugin/controller/index.ts:38</a></li></ul></aside></section></section>
166
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L38">plugins/src/PanoTagPlugin/controller/index.ts:38</a></li></ul></aside></section></section>
167
167
  <section class="tsd-panel-group tsd-member-group">
168
168
  <h2>Methods</h2>
169
169
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="addTag" class="tsd-anchor"></a>
@@ -182,7 +182,7 @@
182
182
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> config: <a href="../interfaces/AddTagConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">AddTagConfig</a></h5></li></ul></div>
183
183
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
184
184
  <ul>
185
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L123">plugins/src/PanoTagPlugin/controller/index.ts:123</a></li></ul></aside></li></ul></section>
185
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L123">plugins/src/PanoTagPlugin/controller/index.ts:123</a></li></ul></aside></li></ul></section>
186
186
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="appendTo" class="tsd-anchor"></a>
187
187
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>append<wbr/>To</span><a href="#appendTo" 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
188
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -198,7 +198,7 @@
198
198
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
199
199
  <p>Inherited from TagComputer.appendTo</p>
200
200
  <ul>
201
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/base/BasePlugin.ts#L92">plugins/src/base/BasePlugin.ts:92</a></li></ul></aside></li></ul></section>
201
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/base/BasePlugin.ts#L92">plugins/src/base/BasePlugin.ts:92</a></li></ul></aside></li></ul></section>
202
202
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="changeConfig" class="tsd-anchor"></a>
203
203
  <h3 class="tsd-anchor-link"><span>change<wbr/>Config</span><a href="#changeConfig" 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>
204
204
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -221,7 +221,7 @@
221
221
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
222
222
  <p>Inherited from TagComputer.changeConfig</p>
223
223
  <ul>
224
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L56">plugins/src/PanoTagPlugin/controller/TagComputer.ts:56</a></li></ul></aside></li></ul></section>
224
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L60">plugins/src/PanoTagPlugin/controller/TagComputer.ts:60</a></li></ul></aside></li></ul></section>
225
225
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="changeContentTypeConfig" class="tsd-anchor"></a>
226
226
  <h3 class="tsd-anchor-link"><span>change<wbr/>Content<wbr/>Type<wbr/>Config</span><a href="#changeContentTypeConfig" 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>
227
227
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -241,7 +241,7 @@
241
241
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
242
242
  <p>Inherited from TagComputer.changeContentTypeConfig</p>
243
243
  <ul>
244
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L82">plugins/src/PanoTagPlugin/controller/TagComputer.ts:82</a></li></ul></aside></li></ul></section>
244
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L86">plugins/src/PanoTagPlugin/controller/TagComputer.ts:86</a></li></ul></aside></li></ul></section>
245
245
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeDataById" class="tsd-anchor"></a>
246
246
  <h3 class="tsd-anchor-link"><span>change<wbr/>Data<wbr/>By<wbr/>Id</span><a href="#changeDataById" 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>
247
247
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -265,7 +265,7 @@
265
265
  <h5>deepMerge: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5></li></ul></div>
266
266
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
267
267
  <ul>
268
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L254">plugins/src/PanoTagPlugin/controller/index.ts:254</a></li></ul></aside></li></ul></section>
268
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L251">plugins/src/PanoTagPlugin/controller/index.ts:251</a></li></ul></aside></li></ul></section>
269
269
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="changeGlobalConfig" class="tsd-anchor"></a>
270
270
  <h3 class="tsd-anchor-link"><span>change<wbr/>Global<wbr/>Config</span><a href="#changeGlobalConfig" 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>
271
271
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -283,7 +283,7 @@
283
283
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
284
284
  <p>Inherited from TagComputer.changeGlobalConfig</p>
285
285
  <ul>
286
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L69">plugins/src/PanoTagPlugin/controller/TagComputer.ts:69</a></li></ul></aside></li></ul></section>
286
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L73">plugins/src/PanoTagPlugin/controller/TagComputer.ts:73</a></li></ul></aside></li></ul></section>
287
287
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeStickTypeById" class="tsd-anchor"></a>
288
288
  <h3 class="tsd-anchor-link"><span>change<wbr/>Stick<wbr/>Type<wbr/>By<wbr/>Id</span><a href="#changeStickTypeById" 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>
289
289
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -307,7 +307,7 @@
307
307
  <h5>deepMerge: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5></li></ul></div>
308
308
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
309
309
  <ul>
310
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L270">plugins/src/PanoTagPlugin/controller/index.ts:270</a></li></ul></aside></li></ul></section>
310
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L267">plugins/src/PanoTagPlugin/controller/index.ts:267</a></li></ul></aside></li></ul></section>
311
311
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeTagById" class="tsd-anchor"></a>
312
312
  <h3 class="tsd-anchor-link"><span>change<wbr/>Tag<wbr/>By<wbr/>Id</span><a href="#changeTagById" 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>
313
313
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -331,7 +331,7 @@
331
331
  <h5>deepMerge: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></h5></li></ul></div>
332
332
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
333
333
  <ul>
334
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L281">plugins/src/PanoTagPlugin/controller/index.ts:281</a></li></ul></aside></li></ul></section>
334
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L278">plugins/src/PanoTagPlugin/controller/index.ts:278</a></li></ul></aside></li></ul></section>
335
335
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeTagNormalById" class="tsd-anchor"></a>
336
336
  <h3 class="tsd-anchor-link"><span>change<wbr/>Tag<wbr/>Normal<wbr/>By<wbr/>Id</span><a href="#changeTagNormalById" 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>
337
337
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -348,7 +348,7 @@
348
348
  <h5>normal: <a href="../types/ArrayPosition.html" class="tsd-signature-type" data-tsd-kind="Type alias">ArrayPosition</a></h5></li></ul></div>
349
349
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
350
350
  <ul>
351
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L243">plugins/src/PanoTagPlugin/controller/index.ts:243</a></li></ul></aside></li></ul></section>
351
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L240">plugins/src/PanoTagPlugin/controller/index.ts:240</a></li></ul></aside></li></ul></section>
352
352
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="changeUnfoldedById" class="tsd-anchor"></a>
353
353
  <h3 class="tsd-anchor-link"><span>change<wbr/>Unfolded<wbr/>By<wbr/>Id</span><a href="#changeUnfoldedById" 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>
354
354
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -363,7 +363,7 @@
363
363
  <h5>unfolded: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
364
364
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
365
365
  <ul>
366
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L232">plugins/src/PanoTagPlugin/controller/index.ts:232</a></li></ul></aside></li></ul></section>
366
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L229">plugins/src/PanoTagPlugin/controller/index.ts:229</a></li></ul></aside></li></ul></section>
367
367
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="clearTags" class="tsd-anchor"></a>
368
368
  <h3 class="tsd-anchor-link"><span>clear<wbr/>Tags</span><a href="#clearTags" 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>
369
369
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -371,7 +371,7 @@
371
371
  <li class="tsd-description">
372
372
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
373
373
  <ul>
374
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L161">plugins/src/PanoTagPlugin/controller/index.ts:161</a></li></ul></aside></li></ul></section>
374
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L158">plugins/src/PanoTagPlugin/controller/index.ts:158</a></li></ul></aside></li></ul></section>
375
375
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="destroyTagById" class="tsd-anchor"></a>
376
376
  <h3 class="tsd-anchor-link"><span>destroy<wbr/>Tag<wbr/>By<wbr/>Id</span><a href="#destroyTagById" 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>
377
377
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -386,7 +386,7 @@
386
386
  <h5>id: <a href="../types/TagId.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagId</a><span class="tsd-signature-symbol"> | </span><a href="../types/TagId.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagId</a><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
387
387
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
388
388
  <ul>
389
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L305">plugins/src/PanoTagPlugin/controller/index.ts:305</a></li></ul></aside></li></ul></section>
389
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L302">plugins/src/PanoTagPlugin/controller/index.ts:302</a></li></ul></aside></li></ul></section>
390
390
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="disable" class="tsd-anchor"></a>
391
391
  <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>
392
392
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -403,7 +403,7 @@
403
403
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
404
404
  <p>Overrides TagComputer.disable</p>
405
405
  <ul>
406
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L189">plugins/src/PanoTagPlugin/controller/index.ts:189</a></li></ul></aside></li></ul></section>
406
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L186">plugins/src/PanoTagPlugin/controller/index.ts:186</a></li></ul></aside></li></ul></section>
407
407
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="dispose" class="tsd-anchor"></a>
408
408
  <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>
409
409
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -414,7 +414,7 @@
414
414
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
415
415
  <p>Overrides TagComputer.dispose</p>
416
416
  <ul>
417
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L199">plugins/src/PanoTagPlugin/controller/index.ts:199</a></li></ul></aside></li></ul></section>
417
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L196">plugins/src/PanoTagPlugin/controller/index.ts:196</a></li></ul></aside></li></ul></section>
418
418
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="enable" class="tsd-anchor"></a>
419
419
  <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>
420
420
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -431,7 +431,7 @@
431
431
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
432
432
  <p>Overrides TagComputer.enable</p>
433
433
  <ul>
434
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L182">plugins/src/PanoTagPlugin/controller/index.ts:182</a></li></ul></aside></li></ul></section>
434
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L179">plugins/src/PanoTagPlugin/controller/index.ts:179</a></li></ul></aside></li></ul></section>
435
435
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getAngle" class="tsd-anchor"></a>
436
436
  <h3 class="tsd-anchor-link"><span>get<wbr/>Angle</span><a href="#getAngle" 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>
437
437
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -449,7 +449,7 @@
449
449
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
450
450
  <p>Inherited from TagComputer.getAngle</p>
451
451
  <ul>
452
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L294">plugins/src/PanoTagPlugin/controller/TagComputer.ts:294</a></li></ul></aside></li></ul></section>
452
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L298">plugins/src/PanoTagPlugin/controller/TagComputer.ts:298</a></li></ul></aside></li></ul></section>
453
453
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getCurrentState" class="tsd-anchor"></a>
454
454
  <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>
455
455
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -460,7 +460,7 @@
460
460
  <h4 class="tsd-returns-title">Returns <a href="../interfaces/State.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a></h4><aside class="tsd-sources">
461
461
  <p>Inherited from TagComputer.getCurrentState</p>
462
462
  <ul>
463
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/base/BasePlugin.ts#L84">plugins/src/base/BasePlugin.ts:84</a></li></ul></aside></li></ul></section>
463
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/base/BasePlugin.ts#L84">plugins/src/base/BasePlugin.ts:84</a></li></ul></aside></li></ul></section>
464
464
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getDistance" class="tsd-anchor"></a>
465
465
  <h3 class="tsd-anchor-link"><span>get<wbr/>Distance</span><a href="#getDistance" 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>
466
466
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -534,7 +534,7 @@
534
534
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
535
535
  <p>Inherited from TagComputer.getDistance</p>
536
536
  <ul>
537
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L270">plugins/src/PanoTagPlugin/controller/TagComputer.ts:270</a></li></ul></aside></li></ul></section>
537
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L274">plugins/src/PanoTagPlugin/controller/TagComputer.ts:274</a></li></ul></aside></li></ul></section>
538
538
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getTagById" class="tsd-anchor"></a>
539
539
  <h3 class="tsd-anchor-link"><span>get<wbr/>Tag<wbr/>By<wbr/>Id</span><a href="#getTagById" 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>
540
540
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -548,7 +548,7 @@
548
548
  <h4 class="tsd-returns-title">Returns <a href="../types/TagElement.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagElement</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/TagContentType.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagContentType</a><span class="tsd-signature-symbol">, </span><a href="../types/StickType.html" class="tsd-signature-type" data-tsd-kind="Type alias">StickType</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
549
549
  <p>Inherited from TagComputer.getTagById</p>
550
550
  <ul>
551
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L41">plugins/src/PanoTagPlugin/controller/TagComputer.ts:41</a></li></ul></aside></li></ul></section>
551
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L45">plugins/src/PanoTagPlugin/controller/TagComputer.ts:45</a></li></ul></aside></li></ul></section>
552
552
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getTagConfig" class="tsd-anchor"></a>
553
553
  <h3 class="tsd-anchor-link"><span>get<wbr/>Tag<wbr/>Config</span><a href="#getTagConfig" 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>
554
554
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -620,7 +620,7 @@
620
620
  <h4 class="tsd-returns-title">Returns <a href="../interfaces/TagConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">TagConfig</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/TagContentType.html" class="tsd-signature-type" data-tsd-kind="Type alias">TagContentType</a><span class="tsd-signature-symbol">, </span><a href="../types/StickType.html" class="tsd-signature-type" data-tsd-kind="Type alias">StickType</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
621
621
  <p>Inherited from TagComputer.getTagConfig</p>
622
622
  <ul>
623
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L319">plugins/src/PanoTagPlugin/controller/TagComputer.ts:319</a></li></ul></aside></li></ul></section>
623
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L323">plugins/src/PanoTagPlugin/controller/TagComputer.ts:323</a></li></ul></aside></li></ul></section>
624
624
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getUnfoldedByCamera" class="tsd-anchor"></a>
625
625
  <h3 class="tsd-anchor-link"><span>get<wbr/>Unfolded<wbr/>By<wbr/>Camera</span><a href="#getUnfoldedByCamera" 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>
626
626
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -692,7 +692,7 @@
692
692
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
693
693
  <p>Inherited from TagComputer.getUnfoldedByCamera</p>
694
694
  <ul>
695
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L198">plugins/src/PanoTagPlugin/controller/TagComputer.ts:198</a></li></ul></aside></li></ul></section>
695
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L202">plugins/src/PanoTagPlugin/controller/TagComputer.ts:202</a></li></ul></aside></li></ul></section>
696
696
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getUnfoldedByPanoIndex" class="tsd-anchor"></a>
697
697
  <h3 class="tsd-anchor-link"><span>get<wbr/>Unfolded<wbr/>By<wbr/>Pano<wbr/>Index</span><a href="#getUnfoldedByPanoIndex" 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>
698
698
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -766,7 +766,7 @@
766
766
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
767
767
  <p>Inherited from TagComputer.getUnfoldedByPanoIndex</p>
768
768
  <ul>
769
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L166">plugins/src/PanoTagPlugin/controller/TagComputer.ts:166</a></li></ul></aside></li></ul></section>
769
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L170">plugins/src/PanoTagPlugin/controller/TagComputer.ts:170</a></li></ul></aside></li></ul></section>
770
770
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getVisibleByPanoIndex" class="tsd-anchor"></a>
771
771
  <h3 class="tsd-anchor-link"><span>get<wbr/>Visible<wbr/>By<wbr/>Pano<wbr/>Index</span><a href="#getVisibleByPanoIndex" 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>
772
772
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
@@ -840,7 +840,7 @@
840
840
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
841
841
  <p>Inherited from TagComputer.getVisibleByPanoIndex</p>
842
842
  <ul>
843
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L96">plugins/src/PanoTagPlugin/controller/TagComputer.ts:96</a></li></ul></aside></li></ul></section>
843
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/TagComputer.ts#L100">plugins/src/PanoTagPlugin/controller/TagComputer.ts:100</a></li></ul></aside></li></ul></section>
844
844
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="hide" class="tsd-anchor"></a>
845
845
  <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>
846
846
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -859,7 +859,7 @@
859
859
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
860
860
  <p>Overrides TagComputer.hide</p>
861
861
  <ul>
862
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L175">plugins/src/PanoTagPlugin/controller/index.ts:175</a></li></ul></aside></li></ul></section>
862
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L172">plugins/src/PanoTagPlugin/controller/index.ts:172</a></li></ul></aside></li></ul></section>
863
863
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="load" class="tsd-anchor"></a>
864
864
  <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>
865
865
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -876,7 +876,7 @@
876
876
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> config: <a href="../interfaces/AddTagConfig.html" class="tsd-signature-type" data-tsd-kind="Interface">AddTagConfig</a></h5></li></ul></div>
877
877
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
878
878
  <ul>
879
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L105">plugins/src/PanoTagPlugin/controller/index.ts:105</a></li></ul></aside></li></ul></section>
879
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L105">plugins/src/PanoTagPlugin/controller/index.ts:105</a></li></ul></aside></li></ul></section>
880
880
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="pauseCurrentMedia" class="tsd-anchor"></a>
881
881
  <h3 class="tsd-anchor-link"><span>pause<wbr/>Current<wbr/>Media</span><a href="#pauseCurrentMedia" 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>
882
882
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -886,7 +886,7 @@
886
886
  </div>
887
887
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
888
888
  <ul>
889
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L316">plugins/src/PanoTagPlugin/controller/index.ts:316</a></li></ul></aside></li></ul></section>
889
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L313">plugins/src/PanoTagPlugin/controller/index.ts:313</a></li></ul></aside></li></ul></section>
890
890
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setState" class="tsd-anchor"></a>
891
891
  <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>
892
892
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -907,7 +907,7 @@
907
907
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
908
908
  <p>Overrides TagComputer.setState</p>
909
909
  <ul>
910
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L217">plugins/src/PanoTagPlugin/controller/index.ts:217</a></li></ul></aside></li></ul></section>
910
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L214">plugins/src/PanoTagPlugin/controller/index.ts:214</a></li></ul></aside></li></ul></section>
911
911
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="show" class="tsd-anchor"></a>
912
912
  <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>
913
913
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -926,7 +926,7 @@
926
926
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
927
927
  <p>Overrides TagComputer.show</p>
928
928
  <ul>
929
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/PanoTagPlugin/controller/index.ts#L168">plugins/src/PanoTagPlugin/controller/index.ts:168</a></li></ul></aside></li></ul></section></section></div>
929
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/PanoTagPlugin/controller/index.ts#L165">plugins/src/PanoTagPlugin/controller/index.ts:165</a></li></ul></aside></li></ul></section></section></div>
930
930
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
931
931
  <div class="tsd-navigation settings">
932
932
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -943,7 +943,7 @@
943
943
  <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>
944
944
  <div class="tsd-accordion-details">
945
945
  <ul>
946
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.5-<wbr/>dev.3</a>
946
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.5-<wbr/>dev.4</a>
947
947
  <ul>
948
948
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
949
949
  <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>BetterTween | 如视看房插件合集 - v2.3.5-dev.3</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.5-dev.3"/><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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BetterTween | 如视看房插件合集 - v2.3.5-dev.4</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.5-dev.4"/><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.3.5-dev.3</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.5-dev.4</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.3.5-dev.3</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.5-dev.4</a></li>
16
16
  <li><a href="../modules/Util.html">Util</a></li>
17
17
  <li><a href="Util.BetterTween.html">BetterTween</a></li></ul>
18
18
  <h1>Class BetterTween&lt;G&gt;</h1></div>
@@ -28,7 +28,7 @@
28
28
  <ul class="tsd-hierarchy">
29
29
  <li><span class="target">BetterTween</span></li></ul></li></ul></section><aside class="tsd-sources">
30
30
  <ul>
31
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/shared-utils/animationFrame/BetterTween.ts#L4">plugins/src/shared-utils/animationFrame/BetterTween.ts:4</a></li></ul></aside>
31
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/shared-utils/animationFrame/BetterTween.ts#L4">plugins/src/shared-utils/animationFrame/BetterTween.ts:4</a></li></ul></aside>
32
32
  <section class="tsd-panel-group tsd-index-group">
33
33
  <section class="tsd-panel tsd-index-panel">
34
34
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -76,7 +76,7 @@
76
76
  <li class="tsd-description">
77
77
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
78
78
  <ul>
79
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/shared-utils/animationFrame/BetterTween.ts#L19">plugins/src/shared-utils/animationFrame/BetterTween.ts:19</a></li></ul></aside></li></ul></section>
79
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/shared-utils/animationFrame/BetterTween.ts#L19">plugins/src/shared-utils/animationFrame/BetterTween.ts:19</a></li></ul></aside></li></ul></section>
80
80
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="onDispose" class="tsd-anchor"></a>
81
81
  <h3 class="tsd-anchor-link"><span>on<wbr/>Dispose</span><a href="#onDispose" 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>
82
82
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -95,7 +95,7 @@
95
95
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
96
96
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><aside class="tsd-sources">
97
97
  <ul>
98
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/shared-utils/animationFrame/BetterTween.ts#L8">plugins/src/shared-utils/animationFrame/BetterTween.ts:8</a></li></ul></aside></li></ul></section>
98
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/shared-utils/animationFrame/BetterTween.ts#L8">plugins/src/shared-utils/animationFrame/BetterTween.ts:8</a></li></ul></aside></li></ul></section>
99
99
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="play" class="tsd-anchor"></a>
100
100
  <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>
101
101
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -103,7 +103,7 @@
103
103
  <li class="tsd-description">
104
104
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><aside class="tsd-sources">
105
105
  <ul>
106
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/68f7ec5/plugins/src/shared-utils/animationFrame/BetterTween.ts#L13">plugins/src/shared-utils/animationFrame/BetterTween.ts:13</a></li></ul></aside></li></ul></section></section></div>
106
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a3c5777/plugins/src/shared-utils/animationFrame/BetterTween.ts#L13">plugins/src/shared-utils/animationFrame/BetterTween.ts:13</a></li></ul></aside></li></ul></section></section></div>
107
107
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
108
108
  <div class="tsd-navigation settings">
109
109
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -120,7 +120,7 @@
120
120
  <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>
121
121
  <div class="tsd-accordion-details">
122
122
  <ul>
123
- <li class="current"><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.5-<wbr/>dev.3</a>
123
+ <li class="current"><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.5-<wbr/>dev.4</a>
124
124
  <ul>
125
125
  <li class="current tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
126
126
  <nav class="tsd-navigation secondary menu-sticky">