@realsee/five 6.4.2 → 6.5.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/docs/assets/navigation.js +1 -1
  2. package/docs/assets/search.js +1 -1
  3. package/docs/classes/five.BoxBoundingVolume.html +2 -2
  4. package/docs/classes/five.Camera.html +7 -7
  5. package/docs/classes/five.CullingVolume.html +2 -2
  6. package/docs/classes/five.Five.html +69 -81
  7. package/docs/classes/five.InternalWebGLRenderer.html +1 -1
  8. package/docs/classes/five.Model.html +55 -43
  9. package/docs/classes/five.ModelScene.html +38 -0
  10. package/docs/classes/five.Motion.html +17 -0
  11. package/docs/classes/five.PBMContainer.html +4 -12
  12. package/docs/classes/five.PBMCustomShader.html +11 -0
  13. package/docs/classes/five.PBMMaterial.html +2 -0
  14. package/docs/classes/five.PBMMesh.html +2 -4
  15. package/docs/classes/five.PBMMeshMaterial.html +27 -57
  16. package/docs/classes/five.PBMPointCloud.html +2 -3
  17. package/docs/classes/five.PBMPointCloudMaterial.html +15 -51
  18. package/docs/classes/five.PBMSkinnedMesh.html +2 -3
  19. package/docs/classes/five.Parameter.html +113 -0
  20. package/docs/classes/five.RegionBoundingVolume.html +2 -2
  21. package/docs/classes/five.Scene.html +6 -4
  22. package/docs/classes/five.SphereBoundingVolume.html +2 -2
  23. package/docs/classes/five.TextureLoader.html +2 -3
  24. package/docs/classes/five.Tile.html +2 -2
  25. package/docs/classes/five.Tile3DModel.html +55 -34
  26. package/docs/classes/five.TileNode.html +2 -2
  27. package/docs/classes/five.TileRequestScheduler.html +2 -2
  28. package/docs/classes/five.Tileset.html +4 -31
  29. package/docs/classes/five.Trajectory.html +2 -2
  30. package/docs/classes/five.TrajectoryNode.html +2 -2
  31. package/docs/classes/five.Work.html +17 -15
  32. package/docs/classes/gltf_loader.GLTFParser.html +1 -1
  33. package/docs/classes/sticker.Sticker.html +1 -1
  34. package/docs/functions/five.loadAt3d.html +1 -1
  35. package/docs/functions/five.loadB3dm.html +1 -1
  36. package/docs/functions/five.loadDome.html +1 -1
  37. package/docs/functions/five.loadDomez.html +1 -1
  38. package/docs/functions/five.loadFbx.html +1 -1
  39. package/docs/functions/five.loadGltf.html +1 -1
  40. package/docs/functions/five.loadPbm.html +1 -1
  41. package/docs/functions/five.loadPly.html +1 -1
  42. package/docs/functions/five.loadPnts.html +1 -1
  43. package/docs/functions/five.loadX3p.html +1 -1
  44. package/docs/functions/five.parseWork.html +1 -1
  45. package/docs/functions/react.useFiveCurrentObserver.html +2 -2
  46. package/docs/functions/react.withFive.html +1 -1
  47. package/docs/hierarchy.html +1 -1
  48. package/docs/interfaces/five.BaseEvent.html +1 -1
  49. package/docs/interfaces/five.BoundingVolume.html +2 -2
  50. package/docs/interfaces/five.CameraPose.html +2 -2
  51. package/docs/interfaces/five.EventCallback.html +3 -3
  52. package/docs/interfaces/five.FiveInitArgs.html +2 -2
  53. package/docs/interfaces/five.FiveLoadOptions.html +6 -6
  54. package/docs/interfaces/five.Intersection.html +2 -2
  55. package/docs/interfaces/five.LoosePanoWork.html +2 -2
  56. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +9 -9
  57. package/docs/interfaces/five.ModelLike.html +3 -0
  58. package/docs/interfaces/five.ModelSceneEvent.html +6 -0
  59. package/docs/interfaces/five.PBMClipperParameter.html +3 -0
  60. package/docs/interfaces/five.PBMCustomShaderInitArgs.html +6 -0
  61. package/docs/interfaces/five.PBMCustomShaderSlots.html +3 -0
  62. package/docs/interfaces/five.PBMMeshMaterialParameters.html +29 -0
  63. package/docs/interfaces/five.PBMPanoDepth.html +9 -0
  64. package/docs/interfaces/five.PBMPanoPicture.html +9 -7
  65. package/docs/interfaces/five.PBMPointCloudMaterialParameters.html +27 -0
  66. package/docs/interfaces/five.PBMRefinedScreen.html +6 -0
  67. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +10 -10
  68. package/docs/interfaces/five.ParameterMaterialValue.html +71 -0
  69. package/docs/interfaces/five.ParameterTilesetValue.html +32 -0
  70. package/docs/interfaces/five.ParameterValue.html +102 -0
  71. package/docs/interfaces/five.ResolvedParameterValue.html +103 -0
  72. package/docs/interfaces/five.Tile3DModelLoaderOptions.html +4 -4
  73. package/docs/interfaces/five.TileCubeNode.html +2 -2
  74. package/docs/interfaces/five.TileCubeTree.html +2 -2
  75. package/docs/interfaces/five.TilesetHeader.html +5 -4
  76. package/docs/interfaces/five.TilesetOptions.html +2 -2
  77. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +10 -10
  78. package/docs/interfaces/five.WorkCubeImage.html +7 -9
  79. package/docs/interfaces/five.WorkImage.html +10 -12
  80. package/docs/interfaces/five.WorkInitial.html +8 -8
  81. package/docs/interfaces/five.WorkModel.html +6 -6
  82. package/docs/interfaces/five.WorkModelLayer.html +2 -2
  83. package/docs/interfaces/five.WorkObserver.html +30 -20
  84. package/docs/interfaces/five.WorkResolvedObserver.html +22 -21
  85. package/docs/interfaces/five.WorkTile.html +16 -7
  86. package/docs/interfaces/five.WorkVideo.html +4 -4
  87. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +10 -10
  88. package/docs/interfaces/gltf_loader.DDS.html +2 -2
  89. package/docs/interfaces/gltf_loader.GLTFReference.html +2 -2
  90. package/docs/interfaces/react.FiveInjectionTypes.html +9 -8
  91. package/docs/modules/five.html +38 -17
  92. package/docs/types/five.EventTypes.html +3 -3
  93. package/docs/types/five.LoadResultType.html +1 -0
  94. package/docs/types/five.LooseWork.html +1 -1
  95. package/docs/types/five.LooseWorkInitial.html +1 -1
  96. package/docs/types/five.LooseWorkModel.html +1 -1
  97. package/docs/types/five.LooseWorkObserver.html +1 -1
  98. package/docs/types/five.LooseWorkPanorama.html +1 -1
  99. package/docs/types/five.LooseWorkWithExtrinsics.html +1 -1
  100. package/docs/types/five.Models.html +11 -14
  101. package/docs/types/five.MotionCircle.html +2 -0
  102. package/docs/types/five.MotionConfig.html +1 -0
  103. package/docs/types/five.MotionInitalValue.html +1 -0
  104. package/docs/types/five.PBMAlphaMode.html +1 -0
  105. package/docs/types/five.PBMColorStyle.html +1 -0
  106. package/docs/types/five.PBMFloorStyle.html +1 -0
  107. package/docs/types/five.PBMMeshShaderType.html +1 -0
  108. package/docs/types/five.PBMPointBack.html +1 -0
  109. package/docs/types/five.PBMPointCloudShaderType.html +1 -0
  110. package/docs/types/five.PBMPointShape.html +1 -0
  111. package/docs/types/five.PBMPointSize.html +1 -0
  112. package/docs/types/five.PBMTransition.html +1 -0
  113. package/docs/types/five.ParseWorkOptions.html +1 -1
  114. package/docs/types/five.PostProcessingType.html +1 -1
  115. package/docs/types/five.Tile3dOptions.html +1 -1
  116. package/docs/types/five.TileContentData.html +1 -1
  117. package/docs/types/five.TileDebug.html +1 -0
  118. package/docs/types/five.TileRequestOrder.html +1 -1
  119. package/docs/types/five.TilesetFrameState.html +1 -1
  120. package/docs/types/five.Works.html +1 -1
  121. package/five/index.d.ts +1079 -675
  122. package/five/index.js +208 -154
  123. package/five/index.mjs +9053 -8801
  124. package/gltf-loader/index.js +3 -3
  125. package/gltf-loader/index.mjs +146 -146
  126. package/line/index.js +3 -3
  127. package/line/index.mjs +10 -10
  128. package/package.json +1 -4
  129. package/plugins/index.js +2 -2
  130. package/plugins/index.mjs +2 -2
  131. package/react/index.d.ts +3 -2
  132. package/react/index.js +2 -2
  133. package/react/index.mjs +2 -2
  134. package/shader-lib/index.js +47 -25
  135. package/shader-lib/index.mjs +79 -57
  136. package/sticker/index.js +3 -3
  137. package/sticker/index.mjs +7 -7
  138. package/umd/five-gltf-loader.js +3 -3
  139. package/umd/five-line.js +3 -3
  140. package/umd/five-plugins.js +2 -2
  141. package/umd/five-react.js +2 -2
  142. package/umd/five-shader-lib.js +47 -25
  143. package/umd/five-sticker.js +3 -3
  144. package/umd/five-vfx.js +2 -2
  145. package/umd/five-vue.js +2 -2
  146. package/umd/five.js +208 -154
  147. package/vfx/index.js +2 -2
  148. package/vfx/index.mjs +2 -2
  149. package/vue/index.js +2 -2
  150. package/vue/index.mjs +2 -2
  151. package/work-downloader/index.js +2 -2
  152. package/work-downloader/index.mjs +2 -2
  153. package/docs/classes/five.CustomShader.html +0 -9
  154. package/docs/classes/five.ModelViewLayer.html +0 -17
  155. package/docs/classes/five.TileCubeTextureTarget.html +0 -12
  156. package/docs/interfaces/five.ClipperParameter.html +0 -3
  157. package/docs/interfaces/five.CustomShaderInitArgs.html +0 -6
  158. package/docs/interfaces/five.FragmentShaderChunks.html +0 -5
  159. package/docs/interfaces/five.ModelsEvent.html +0 -6
  160. package/docs/interfaces/five.PBMParameters.html +0 -58
  161. package/docs/interfaces/five.Tile3dLayerOptions.html +0 -31
  162. package/docs/interfaces/five.VertexShaderChunks.html +0 -4
  163. package/docs/types/five.Mirror.html +0 -1
  164. package/docs/types/five.ModelMaterialValues.html +0 -1
  165. package/docs/types/five.ParsedResultType.html +0 -1
  166. package/docs/variables/five.defaultPbmParameters.html +0 -1
  167. package/scripts/five-staticify.js +0 -207
@@ -1,10 +1,12 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>five | 如视 Five SDK</title><meta name="description" content="Documentation for 如视 Five SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><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"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><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"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="five.html">five</a></li></ul><h1>Module five</h1></div><aside class="tsd-sources"><ul><li>Defined in lib/five/index.ts:1</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Namespaces</h3><div class="tsd-index-list"><a href="five.SubscribeMixinType.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4"></use></svg><span>Subscribe<wbr/>Mixin<wbr/>Type</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>five | 如视 Five SDK</title><meta name="description" content="Documentation for 如视 Five SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><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"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><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"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="five.html">five</a></li></ul><h1>Module five</h1></div><aside class="tsd-sources"><ul><li>Defined in lib/five/index.ts:1</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">References</h3><div class="tsd-index-list"><a href="five.html#CustomShader" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Custom<wbr/>Shader</span></a>
2
+ <a href="five.html#CustomShaderChunks" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Custom<wbr/>Shader<wbr/>Chunks</span></a>
3
+ <a href="five.html#CustomShaderInitArgs" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Custom<wbr/>Shader<wbr/>Init<wbr/>Args</span></a>
4
+ </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Namespaces</h3><div class="tsd-index-list"><a href="five.SubscribeMixinType.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4"></use></svg><span>Subscribe<wbr/>Mixin<wbr/>Type</span></a>
2
5
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumerations</h3><div class="tsd-index-list"><a href="../enums/five.VolumePlaneIntersect.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-8"></use></svg><span>Volume<wbr/>Plane<wbr/>Intersect</span></a>
3
6
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Classes</h3><div class="tsd-index-list"><a href="../classes/five.AnimationFrameLoop.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Animation<wbr/>Frame<wbr/>Loop</span></a>
4
7
  <a href="../classes/five.BoxBoundingVolume.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Box<wbr/>Bounding<wbr/>Volume</span></a>
5
8
  <a href="../classes/five.Camera.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Camera</span></a>
6
9
  <a href="../classes/five.CullingVolume.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Culling<wbr/>Volume</span></a>
7
- <a href="../classes/five.CustomShader.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Custom<wbr/>Shader</span></a>
8
10
  <a href="../classes/five.Draco.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Draco</span></a>
9
11
  <a href="../classes/five.Fetcher.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Fetcher</span></a>
10
12
  <a href="../classes/five.Five.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Five</span></a>
@@ -12,15 +14,18 @@
12
14
  <a href="../classes/five.IntersectMesh.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Intersect<wbr/>Mesh</span></a>
13
15
  <a href="../classes/five.KTX2.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>KTX2</span></a>
14
16
  <a href="../classes/five.Model.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Model</span></a>
15
- <a href="../classes/five.ModelViewLayer.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Model<wbr/>View<wbr/>Layer</span></a>
17
+ <a href="../classes/five.ModelScene.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Model<wbr/>Scene</span></a>
18
+ <a href="../classes/five.Motion.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Motion</span></a>
16
19
  <a href="../classes/five.NetworkAbortError.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Network<wbr/>Abort<wbr/>Error</span></a>
17
20
  <a href="../classes/five.NetworkFirbiddenError.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Network<wbr/>Firbidden<wbr/>Error</span></a>
18
21
  <a href="../classes/five.NetworkProxyError.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Network<wbr/>Proxy<wbr/>Error</span></a>
19
22
  <a href="../classes/five.NetworkResponseError.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Network<wbr/>Response<wbr/>Error</span></a>
20
23
  <a href="../classes/five.NetworkSubscribe.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Network<wbr/>Subscribe</span></a>
21
24
  <a href="../classes/five.NetworkTimeoutError.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Network<wbr/>Timeout<wbr/>Error</span></a>
22
- <a href="../classes/five.PBMContainer.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>PBMContainer</span></a>
25
+ <a href="../classes/five.PBMContainer.html" class="tsd-index-link deprecated"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>PBMContainer</span></a>
26
+ <a href="../classes/five.PBMCustomShader.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>PBMCustom<wbr/>Shader</span></a>
23
27
  <a href="../classes/five.PBMGroup.html" class="tsd-index-link deprecated"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>PBMGroup</span></a>
28
+ <a href="../classes/five.PBMMaterial.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>PBMMaterial</span></a>
24
29
  <a href="../classes/five.PBMMesh.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>PBMMesh</span></a>
25
30
  <a href="../classes/five.PBMMeshMaterial.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>PBMMesh<wbr/>Material</span></a>
26
31
  <a href="../classes/five.PBMPointCloud.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>PBMPoint<wbr/>Cloud</span></a>
@@ -29,6 +34,7 @@
29
34
  <a href="../classes/five.PanoCircleMesh.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Pano<wbr/>Circle<wbr/>Mesh</span></a>
30
35
  <a href="../classes/five.PanoCircleMeshCustom.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Pano<wbr/>Circle<wbr/>Mesh<wbr/>Custom</span></a>
31
36
  <a href="../classes/five.PanoCircleMeshSolid.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Pano<wbr/>Circle<wbr/>Mesh<wbr/>Solid</span></a>
37
+ <a href="../classes/five.Parameter.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Parameter</span></a>
32
38
  <a href="../classes/five.RegionBoundingVolume.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Region<wbr/>Bounding<wbr/>Volume</span></a>
33
39
  <a href="../classes/five.Scene.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Scene</span></a>
34
40
  <a href="../classes/five.SphereBoundingVolume.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Sphere<wbr/>Bounding<wbr/>Volume</span></a>
@@ -37,7 +43,6 @@
37
43
  <a href="../classes/five.Tile.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Tile</span></a>
38
44
  <a href="../classes/five.Tile3DModel.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Tile3DModel</span></a>
39
45
  <a href="../classes/five.TileCache.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Tile<wbr/>Cache</span></a>
40
- <a href="../classes/five.TileCubeTextureTarget.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Tile<wbr/>Cube<wbr/>Texture<wbr/>Target</span></a>
41
46
  <a href="../classes/five.TileNode.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Tile<wbr/>Node</span></a>
42
47
  <a href="../classes/five.TileRequestScheduler.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Tile<wbr/>Request<wbr/>Scheduler</span></a>
43
48
  <a href="../classes/five.Tileset.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Tileset</span></a>
@@ -52,13 +57,10 @@
52
57
  <a href="../interfaces/five.BaseEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Base<wbr/>Event</span></a>
53
58
  <a href="../interfaces/five.BoundingVolume.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Bounding<wbr/>Volume</span></a>
54
59
  <a href="../interfaces/five.CameraPose.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Camera<wbr/>Pose</span></a>
55
- <a href="../interfaces/five.ClipperParameter.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Clipper<wbr/>Parameter</span></a>
56
- <a href="../interfaces/five.CustomShaderInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Custom<wbr/>Shader<wbr/>Init<wbr/>Args</span></a>
57
60
  <a href="../interfaces/five.EventCallback.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Event<wbr/>Callback</span></a>
58
61
  <a href="../interfaces/five.FiveInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Five<wbr/>Init<wbr/>Args</span></a>
59
62
  <a href="../interfaces/five.FiveLoadOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Five<wbr/>Load<wbr/>Options</span></a>
60
63
  <a href="../interfaces/five.FloorplanControllerCustomInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Floorplan<wbr/>Controller<wbr/>Custom<wbr/>Init<wbr/>Args</span></a>
61
- <a href="../interfaces/five.FragmentShaderChunks.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Fragment<wbr/>Shader<wbr/>Chunks</span></a>
62
64
  <a href="../interfaces/five.GestureEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Gesture<wbr/>Event</span></a>
63
65
  <a href="../interfaces/five.ImageOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Image<wbr/>Options</span></a>
64
66
  <a href="../interfaces/five.ImageURLMappings.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>ImageURLMappings</span></a>
@@ -71,14 +73,21 @@
71
73
  <a href="../interfaces/five.ModeChangeEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Mode<wbr/>Change<wbr/>Event</span></a>
72
74
  <a href="../interfaces/five.ModelControllerCustomInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Model<wbr/>Controller<wbr/>Custom<wbr/>Init<wbr/>Args</span></a>
73
75
  <a href="../interfaces/five.ModelEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Model<wbr/>Event</span></a>
74
- <a href="../interfaces/five.ModelsEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Models<wbr/>Event</span></a>
76
+ <a href="../interfaces/five.ModelLike.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Model<wbr/>Like</span></a>
77
+ <a href="../interfaces/five.ModelSceneEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Model<wbr/>Scene<wbr/>Event</span></a>
75
78
  <a href="../interfaces/five.MotionKeyframe.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Motion<wbr/>Keyframe</span></a>
76
79
  <a href="../interfaces/five.MovePanoOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Move<wbr/>Pano<wbr/>Options</span></a>
77
80
  <a href="../interfaces/five.NetworkOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Network<wbr/>Options</span></a>
78
81
  <a href="../interfaces/five.NetworkResourceEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Network<wbr/>Resource<wbr/>Event</span></a>
79
82
  <a href="../interfaces/five.ObjectEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Object<wbr/>Event</span></a>
83
+ <a href="../interfaces/five.PBMClipperParameter.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>PBMClipper<wbr/>Parameter</span></a>
84
+ <a href="../interfaces/five.PBMCustomShaderInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>PBMCustom<wbr/>Shader<wbr/>Init<wbr/>Args</span></a>
85
+ <a href="../interfaces/five.PBMCustomShaderSlots.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>PBMCustom<wbr/>Shader<wbr/>Slots</span></a>
86
+ <a href="../interfaces/five.PBMMeshMaterialParameters.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>PBMMesh<wbr/>Material<wbr/>Parameters</span></a>
87
+ <a href="../interfaces/five.PBMPanoDepth.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>PBMPano<wbr/>Depth</span></a>
80
88
  <a href="../interfaces/five.PBMPanoPicture.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>PBMPano<wbr/>Picture</span></a>
81
- <a href="../interfaces/five.PBMParameters.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>PBMParameters</span></a>
89
+ <a href="../interfaces/five.PBMPointCloudMaterialParameters.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>PBMPoint<wbr/>Cloud<wbr/>Material<wbr/>Parameters</span></a>
90
+ <a href="../interfaces/five.PBMRefinedScreen.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>PBMRefined<wbr/>Screen</span></a>
82
91
  <a href="../interfaces/five.PanoCircleMeshCustomOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Pano<wbr/>Circle<wbr/>Mesh<wbr/>Custom<wbr/>Options</span></a>
83
92
  <a href="../interfaces/five.PanoCircleMeshInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Pano<wbr/>Circle<wbr/>Mesh<wbr/>Interface</span></a>
84
93
  <a href="../interfaces/five.PanoCircleMeshOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Pano<wbr/>Circle<wbr/>Mesh<wbr/>Options</span></a>
@@ -87,14 +96,17 @@
87
96
  <a href="../interfaces/five.PanoTextureEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Pano<wbr/>Texture<wbr/>Event</span></a>
88
97
  <a href="../interfaces/five.PanoramaControllerCustomInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Panorama<wbr/>Controller<wbr/>Custom<wbr/>Init<wbr/>Args</span></a>
89
98
  <a href="../interfaces/five.PanoramaLikeControllerCustomInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Panorama<wbr/>Like<wbr/>Controller<wbr/>Custom<wbr/>Init<wbr/>Args</span></a>
99
+ <a href="../interfaces/five.ParameterMaterialValue.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Parameter<wbr/>Material<wbr/>Value</span></a>
100
+ <a href="../interfaces/five.ParameterTilesetValue.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Parameter<wbr/>Tileset<wbr/>Value</span></a>
101
+ <a href="../interfaces/five.ParameterValue.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Parameter<wbr/>Value</span></a>
90
102
  <a href="../interfaces/five.Pose.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Pose</span></a>
91
103
  <a href="../interfaces/five.RenderEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Render<wbr/>Event</span></a>
104
+ <a href="../interfaces/five.ResolvedParameterValue.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Resolved<wbr/>Parameter<wbr/>Value</span></a>
92
105
  <a href="../interfaces/five.Scissor.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Scissor</span></a>
93
106
  <a href="../interfaces/five.State.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>State</span></a>
94
107
  <a href="../interfaces/five.StateEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>State<wbr/>Event</span></a>
95
108
  <a href="../interfaces/five.TextureOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Texture<wbr/>Options</span></a>
96
109
  <a href="../interfaces/five.Tile3DModelLoaderOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Tile3DModel<wbr/>Loader<wbr/>Options</span></a>
97
- <a href="../interfaces/five.Tile3dLayerOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Tile3d<wbr/>Layer<wbr/>Options</span></a>
98
110
  <a href="../interfaces/five.TileCubeNode.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Tile<wbr/>Cube<wbr/>Node</span></a>
99
111
  <a href="../interfaces/five.TileCubeTree.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Tile<wbr/>Cube<wbr/>Tree</span></a>
100
112
  <a href="../interfaces/five.TileHeader.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Tile<wbr/>Header</span></a>
@@ -103,7 +115,6 @@
103
115
  <a href="../interfaces/five.TopviewControllerCustomInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Topview<wbr/>Controller<wbr/>Custom<wbr/>Init<wbr/>Args</span></a>
104
116
  <a href="../interfaces/five.TrajectoryHeader.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Trajectory<wbr/>Header</span></a>
105
117
  <a href="../interfaces/five.VRPanoramaControllerCustomInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>VRPanorama<wbr/>Controller<wbr/>Custom<wbr/>Init<wbr/>Args</span></a>
106
- <a href="../interfaces/five.VertexShaderChunks.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Vertex<wbr/>Shader<wbr/>Chunks</span></a>
107
118
  <a href="../interfaces/five.WebXRAxesParams.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>WebXRAxes<wbr/>Params</span></a>
108
119
  <a href="../interfaces/five.WebXRControllerParams.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>WebXRController<wbr/>Params</span></a>
109
120
  <a href="../interfaces/five.WorkCubeImage.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Work<wbr/>Cube<wbr/>Image</span></a>
@@ -133,6 +144,7 @@
133
144
  <a href="../types/five.FivePluginInstance.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Five<wbr/>Plugin<wbr/>Instance</span></a>
134
145
  <a href="../types/five.GestureTypes.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Gesture<wbr/>Types</span></a>
135
146
  <a href="../types/five.LegacyEventType.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Legacy<wbr/>Event<wbr/>Type</span></a>
147
+ <a href="../types/five.LoadResultType.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Load<wbr/>Result<wbr/>Type</span></a>
136
148
  <a href="../types/five.LooseWork.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Loose<wbr/>Work</span></a>
137
149
  <a href="../types/five.LooseWorkInitial.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Loose<wbr/>Work<wbr/>Initial</span></a>
138
150
  <a href="../types/five.LooseWorkModel.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Loose<wbr/>Work<wbr/>Model</span></a>
@@ -140,10 +152,11 @@
140
152
  <a href="../types/five.LooseWorkPanorama.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Loose<wbr/>Work<wbr/>Panorama</span></a>
141
153
  <a href="../types/five.LooseWorkVideo.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Loose<wbr/>Work<wbr/>Video</span></a>
142
154
  <a href="../types/five.LooseWorkWithExtrinsics.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Loose<wbr/>Work<wbr/>With<wbr/>Extrinsics</span></a>
143
- <a href="../types/five.Mirror.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Mirror</span></a>
144
155
  <a href="../types/five.Mode.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Mode</span></a>
145
- <a href="../types/five.ModelMaterialValues.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Model<wbr/>Material<wbr/>Values</span></a>
146
156
  <a href="../types/five.Models.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Models</span></a>
157
+ <a href="../types/five.MotionCircle.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Motion<wbr/>Circle</span></a>
158
+ <a href="../types/five.MotionConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Motion<wbr/>Config</span></a>
159
+ <a href="../types/five.MotionInitalValue.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Motion<wbr/>Inital<wbr/>Value</span></a>
147
160
  <a href="../types/five.MotionValue.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Motion<wbr/>Value</span></a>
148
161
  <a href="../types/five.MovePanoEffect.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Move<wbr/>Pano<wbr/>Effect</span></a>
149
162
  <a href="../types/five.NetWorkMeta.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Net<wbr/>Work<wbr/>Meta</span></a>
@@ -154,10 +167,18 @@
154
167
  <a href="../types/five.NetworkState.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Network<wbr/>State</span></a>
155
168
  <a href="../types/five.NetworkSuccessCallback.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Network<wbr/>Success<wbr/>Callback</span></a>
156
169
  <a href="../types/five.NetworkType.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Network<wbr/>Type</span></a>
170
+ <a href="../types/five.PBMAlphaMode.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>PBMAlpha<wbr/>Mode</span></a>
171
+ <a href="../types/five.PBMColorStyle.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>PBMColor<wbr/>Style</span></a>
172
+ <a href="../types/five.PBMFloorStyle.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>PBMFloor<wbr/>Style</span></a>
173
+ <a href="../types/five.PBMMeshShaderType.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>PBMMesh<wbr/>Shader<wbr/>Type</span></a>
174
+ <a href="../types/five.PBMPointBack.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>PBMPoint<wbr/>Back</span></a>
175
+ <a href="../types/five.PBMPointCloudShaderType.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>PBMPoint<wbr/>Cloud<wbr/>Shader<wbr/>Type</span></a>
176
+ <a href="../types/five.PBMPointShape.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>PBMPoint<wbr/>Shape</span></a>
177
+ <a href="../types/five.PBMPointSize.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>PBMPoint<wbr/>Size</span></a>
178
+ <a href="../types/five.PBMTransition.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>PBMTransition</span></a>
157
179
  <a href="../types/five.Pano.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Pano</span></a>
158
180
  <a href="../types/five.PanoId.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Pano<wbr/>Id</span></a>
159
181
  <a href="../types/five.ParseWorkOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Parse<wbr/>Work<wbr/>Options</span></a>
160
- <a href="../types/five.ParsedResultType.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Parsed<wbr/>Result<wbr/>Type</span></a>
161
182
  <a href="../types/five.PostProcessingType.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Post<wbr/>Processing<wbr/>Type</span></a>
162
183
  <a href="../types/five.RegionBoundingVolumeJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Region<wbr/>Bounding<wbr/>Volume<wbr/>Json</span></a>
163
184
  <a href="../types/five.SphereBoundingVolumeJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Sphere<wbr/>Bounding<wbr/>Volume<wbr/>Json</span></a>
@@ -165,6 +186,7 @@
165
186
  <a href="../types/five.Tile3dOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Tile3d<wbr/>Options</span></a>
166
187
  <a href="../types/five.TileCacheOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Tile<wbr/>Cache<wbr/>Options</span></a>
167
188
  <a href="../types/five.TileContentData.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Tile<wbr/>Content<wbr/>Data</span></a>
189
+ <a href="../types/five.TileDebug.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Tile<wbr/>Debug</span></a>
168
190
  <a href="../types/five.TileRequestOrder.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Tile<wbr/>Request<wbr/>Order</span></a>
169
191
  <a href="../types/five.TileRequestSchedulerOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Tile<wbr/>Request<wbr/>Scheduler<wbr/>Options</span></a>
170
192
  <a href="../types/five.TilesetFrameState.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Tileset<wbr/>Frame<wbr/>State</span></a>
@@ -174,7 +196,6 @@
174
196
  <a href="../types/five.Works.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Works</span></a>
175
197
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Variables</h3><div class="tsd-index-list"><a href="../variables/five.PROXY_CONTROLLER_EVENT_NAMES.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-32"></use></svg><span>PROXY_<wbr/>CONTROLLER_<wbr/>EVENT_<wbr/>NAMES</span></a>
176
198
  <a href="../variables/five.controllersDefaultInitArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-32"></use></svg><span>controllers<wbr/>Default<wbr/>Init<wbr/>Args</span></a>
177
- <a href="../variables/five.defaultPbmParameters.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-32"></use></svg><span>default<wbr/>Pbm<wbr/>Parameters</span></a>
178
199
  <a href="../variables/five.draco-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-32"></use></svg><span>draco</span></a>
179
200
  <a href="../variables/five.ktx2-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-32"></use></svg><span>ktx2</span></a>
180
201
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Functions</h3><div class="tsd-index-list"><a href="../functions/five.defaultImageURLTransform.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>default<wbr/>ImageURLTransform</span></a>
@@ -195,4 +216,4 @@
195
216
  <a href="../functions/five.panoParse.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>pano<wbr/>Parse</span></a>
196
217
  <a href="../functions/five.panoStringify.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>pano<wbr/>Stringify</span></a>
197
218
  <a href="../functions/five.parseWork.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>parse<wbr/>Work</span></a>
198
- </div></section></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
219
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-References"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> References</h2></summary><section><section class="tsd-panel tsd-member"><a id="CustomShader" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Custom<wbr/>Shader</span><a href="#CustomShader" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Renames and re-exports <a href="../classes/five.PBMCustomShader.html">PBMCustomShader</a></section><section class="tsd-panel tsd-member"><a id="CustomShaderChunks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Custom<wbr/>Shader<wbr/>Chunks</span><a href="#CustomShaderChunks" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Renames and re-exports <a href="../interfaces/five.PBMCustomShaderSlots.html">PBMCustomShaderSlots</a></section><section class="tsd-panel tsd-member"><a id="CustomShaderInitArgs" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Custom<wbr/>Shader<wbr/>Init<wbr/>Args</span><a href="#CustomShaderInitArgs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Renames and re-exports <a href="../interfaces/five.PBMCustomShaderInitArgs.html">PBMCustomShaderInitArgs</a></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-References"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>References</summary><div><a href="#CustomShader" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Custom<wbr/>Shader</span></a><a href="#CustomShaderChunks" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Custom<wbr/>Shader<wbr/>Chunks</span></a><a href="#CustomShaderInitArgs" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Custom<wbr/>Shader<wbr/>Init<wbr/>Args</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>EventTypes | 如视 Five SDK</title><meta name="description" content="Documentation for 如视 Five SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><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"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><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"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.EventTypes.html">EventTypes</a></li></ul><h1>Type Alias EventTypes</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Event<wbr/>Types</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Pick</span><span class="tsd-signature-symbol">&lt;</span><a href="five.ControllerEventTypes.html" class="tsd-signature-type tsd-kind-type-alias">ControllerEventTypes</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-keyword">typeof </span><a href="../variables/five.PROXY_CONTROLLER_EVENT_NAMES.html" class="tsd-signature-type tsd-kind-variable">PROXY_CONTROLLER_EVENT_NAMES</a><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><a href="five.LegacyEventType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyEventType</a><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-call-signature">currentState.change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.StateEvent.html" class="tsd-signature-type tsd-kind-interface">StateEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">dispose</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">error</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">error</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">fps</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">fps</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">helpers.visible</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ObjectEvent.html" class="tsd-signature-type tsd-kind-interface">ObjectEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">mode.change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModeChangeEvent.html" class="tsd-signature-type tsd-kind-interface">ModeChangeEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">mode.change.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModeChangeEvent.html" class="tsd-signature-type tsd-kind-interface">ModeChangeEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">model.changeShownFloor</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">model.error</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">model.load</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">model.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">models.load</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelsEvent.html" class="tsd-signature-type tsd-kind-interface">ModelsEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">models.refined</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelsEvent.html" class="tsd-signature-type tsd-kind-interface">ModelsEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">network.resource</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.NetworkResourceEvent.html" class="tsd-signature-type tsd-kind-interface">NetworkResourceEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">pano.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.PanoEvent.html" class="tsd-signature-type tsd-kind-interface">PanoEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">render</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.RenderEvent.html" class="tsd-signature-type tsd-kind-interface">RenderEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">render.prepare</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.RenderEvent.html" class="tsd-signature-type tsd-kind-interface">RenderEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">state.change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.StateEvent.html" class="tsd-signature-type tsd-kind-interface">StateEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">state.set</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.StateEvent.html" class="tsd-signature-type tsd-kind-interface">StateEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">state.synced</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.StateEvent.html" class="tsd-signature-type tsd-kind-interface">StateEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">works.load</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.WorksEvent.html" class="tsd-signature-type tsd-kind-interface">WorksEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">works.ready</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.WorksEvent.html" class="tsd-signature-type tsd-kind-interface">WorksEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">works.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.WorksEvent.html" class="tsd-signature-type tsd-kind-interface">WorksEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-comment tsd-typography"><p>Five 事件列表</p>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>EventTypes | 如视 Five SDK</title><meta name="description" content="Documentation for 如视 Five SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><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"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><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"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.EventTypes.html">EventTypes</a></li></ul><h1>Type Alias EventTypes</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Event<wbr/>Types</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Pick</span><span class="tsd-signature-symbol">&lt;</span><a href="five.ControllerEventTypes.html" class="tsd-signature-type tsd-kind-type-alias">ControllerEventTypes</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-keyword">typeof </span><a href="../variables/five.PROXY_CONTROLLER_EVENT_NAMES.html" class="tsd-signature-type tsd-kind-variable">PROXY_CONTROLLER_EVENT_NAMES</a><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><a href="five.LegacyEventType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyEventType</a><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-call-signature">currentState.change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.StateEvent.html" class="tsd-signature-type tsd-kind-interface">StateEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">dispose</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">error</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">error</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">fps</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">fps</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">helpers.visible</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ObjectEvent.html" class="tsd-signature-type tsd-kind-interface">ObjectEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">mode.change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModeChangeEvent.html" class="tsd-signature-type tsd-kind-interface">ModeChangeEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">mode.change.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModeChangeEvent.html" class="tsd-signature-type tsd-kind-interface">ModeChangeEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">model.changeShownFloor</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">model.error</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">model.load</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">model.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">models.load</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelSceneEvent.html" class="tsd-signature-type tsd-kind-interface">ModelSceneEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">models.refined</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ModelSceneEvent.html" class="tsd-signature-type tsd-kind-interface">ModelSceneEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">network.resource</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.NetworkResourceEvent.html" class="tsd-signature-type tsd-kind-interface">NetworkResourceEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">pano.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.PanoEvent.html" class="tsd-signature-type tsd-kind-interface">PanoEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">render</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.RenderEvent.html" class="tsd-signature-type tsd-kind-interface">RenderEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">render.prepare</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.RenderEvent.html" class="tsd-signature-type tsd-kind-interface">RenderEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">state.change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.StateEvent.html" class="tsd-signature-type tsd-kind-interface">StateEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">state.set</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.StateEvent.html" class="tsd-signature-type tsd-kind-interface">StateEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">state.synced</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.StateEvent.html" class="tsd-signature-type tsd-kind-interface">StateEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">works.load</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.WorksEvent.html" class="tsd-signature-type tsd-kind-interface">WorksEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">works.ready</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.WorksEvent.html" class="tsd-signature-type tsd-kind-interface">WorksEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-call-signature">works.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.WorksEvent.html" class="tsd-signature-type tsd-kind-interface">WorksEvent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-comment tsd-typography"><p>Five 事件列表</p>
2
2
  </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-kind-method">current<wbr/>State.change</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">current<wbr/>State.change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>当前 state 变化</p>
3
3
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.StateEvent.html" class="tsd-signature-type tsd-kind-interface">StateEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:76</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">dispose</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">dispose</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>five 被析构。 插件中请监听用于自身析构</p>
4
4
  </div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:118</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">error</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">error</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>内部错误</p>
@@ -11,8 +11,8 @@
11
11
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:85</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">model.load</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">model.load</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>当模型修改楼层</p>
12
12
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:82</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">model.request</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">model.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>当模型加载</p>
13
13
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.ModelEvent.html" class="tsd-signature-type tsd-kind-interface">ModelEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:79</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">models.load</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">models.load</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>模型加载完成</p>
14
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.ModelsEvent.html" class="tsd-signature-type tsd-kind-interface">ModelsEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:91</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">models.refined</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">models.refined</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>模型细化完成</p>
15
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.ModelsEvent.html" class="tsd-signature-type tsd-kind-interface">ModelsEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:94</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">network.resource</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">network.resource</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>网络资源</p>
14
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.ModelSceneEvent.html" class="tsd-signature-type tsd-kind-interface">ModelSceneEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:91</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">models.refined</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">models.refined</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>模型细化完成</p>
15
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.ModelSceneEvent.html" class="tsd-signature-type tsd-kind-interface">ModelSceneEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:94</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">network.resource</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">network.resource</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>网络资源</p>
16
16
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.NetworkResourceEvent.html" class="tsd-signature-type tsd-kind-interface">NetworkResourceEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:112</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">pano.request</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">pano.request</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>请求点位</p>
17
17
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.PanoEvent.html" class="tsd-signature-type tsd-kind-interface">PanoEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:52</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">render</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">render</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>渲染后</p>
18
18
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">event</span>: <a href="../interfaces/five.RenderEvent.html" class="tsd-signature-type tsd-kind-interface">RenderEvent</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:100</li></ul></aside></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">render.prepare</span><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a class="tsd-anchor"></a><span class="tsd-kind-call-signature">render.prepare</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>渲染前</p>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LoadResultType | 如视 Five SDK</title><meta name="description" content="Documentation for 如视 Five SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><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"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><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"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.LoadResultType.html">LoadResultType</a></li></ul><h1>Type Alias LoadResultType&lt;Scene&gt;</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Load<wbr/>Result<wbr/>Type</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="five.LoadResultType.html#Scene">Scene</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">animations</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.AnimationClip</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">byteLength</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">dispose</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">memoryUsage</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">modelUpAxis</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;Y&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;Z&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">rtcCenter</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">THREE.Vector3</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">scene</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="five.LoadResultType.html#Scene">Scene</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">textures</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Texture</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">: </span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;unknown&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;b3dm&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;pnts&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;at3d&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;pbm&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;dome&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;domez&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;gltf&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;ply&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;obj&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;fbx&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;x3p&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">upAxis</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;Y&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;Z&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="Scene" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">Scene</span> = <span class="tsd-signature-type">THREE.Object3D</span></span></li></ul></section><aside class="tsd-sources"><ul><li>Defined in lib/five/loaders/model/parsers/shared.ts:3</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LooseWork | 如视 Five SDK</title><meta name="description" content="Documentation for 如视 Five SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><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"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><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"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.LooseWork.html">LooseWork</a></li></ul><h1>Type Alias LooseWork</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Loose<wbr/>Work</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">base_url</span><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-kind-property">code</span><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-kind-property">initial</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkInitial.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkInitial</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">model</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkModel.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkModel</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">modelAsync</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">observers</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkObserver.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkObserver</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">panorama</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">base_url</span><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-kind-property">info</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkPanorama.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkPanorama</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">list</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkPanorama.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkPanorama</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">pano_high_cube_base_url</span><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><br/><span>    </span><span class="tsd-kind-property">work_code</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/work/looseWorkType.ts:67</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LooseWork | 如视 Five SDK</title><meta name="description" content="Documentation for 如视 Five SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><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"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><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"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.LooseWork.html">LooseWork</a></li></ul><h1>Type Alias LooseWork</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Loose<wbr/>Work</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">base_url</span><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-kind-property">code</span><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-kind-property">initial</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkInitial.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkInitial</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">model</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkModel.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkModel</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">modelAsync</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">observers</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkObserver.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkObserver</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">panorama</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">base_url</span><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-kind-property">info</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkPanorama.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkPanorama</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">list</span><span class="tsd-signature-symbol">?: </span><a href="five.LooseWorkPanorama.html" class="tsd-signature-type tsd-kind-type-alias">LooseWorkPanorama</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">pano_high_cube_base_url</span><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><br/><span>    </span><span class="tsd-kind-property">work_code</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/work/looseWorkType.ts:59</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>