@realsee/five 5.0.0-alpha.53 → 5.0.0-alpha.54

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 (101) hide show
  1. package/docs/assets/js/search.js +1 -1
  2. package/docs/classes/five.AnimationFrameLoop.html +522 -0
  3. package/docs/classes/five.BVH.html +488 -0
  4. package/docs/classes/five.BVHNode.html +468 -0
  5. package/docs/classes/five.BVHVector3.html +525 -0
  6. package/docs/classes/five.Camera.html +17 -17
  7. package/docs/classes/five.Five.html +212 -168
  8. package/docs/classes/five.InternalWebGLRenderer.html +4 -4
  9. package/docs/classes/five.Model.html +23 -26
  10. package/docs/classes/five.NetworkSubscribe.html +9 -9
  11. package/docs/classes/five.PBMContainer.html +7 -7
  12. package/docs/classes/five.PBMGroup.html +7 -7
  13. package/docs/classes/five.PBMMaterial.html +34 -194
  14. package/docs/classes/five.PBMMesh.html +4 -4
  15. package/docs/classes/five.Scene.html +4 -4
  16. package/docs/classes/five.Subscribe.html +9 -9
  17. package/docs/classes/five.Work.html +348 -0
  18. package/docs/classes/gltf_loader.GLTFLoader.html +4 -4
  19. package/docs/classes/gltf_loader.GLTFObject.html +4 -4
  20. package/docs/classes/line.Line.html +4 -4
  21. package/docs/classes/line.LineGeometry.html +4 -4
  22. package/docs/classes/line.LineMaterial.html +4 -4
  23. package/docs/classes/line.LineSegmentsGeometry.html +4 -4
  24. package/docs/classes/line.THREE_Line2.html +4 -4
  25. package/docs/classes/line.THREE_LineSegments2.html +4 -4
  26. package/docs/classes/react.Store.html +4 -4
  27. package/docs/classes/server.BVH.html +587 -0
  28. package/docs/classes/server.BVHNode.html +567 -0
  29. package/docs/classes/server.BVHVector3.html +624 -0
  30. package/docs/classes/server.Model.html +30 -15
  31. package/docs/classes/server.PBMGroup.html +22 -7
  32. package/docs/classes/server.PBMMesh.html +22 -7
  33. package/docs/classes/sticker.Sticker.html +4 -4
  34. package/docs/index.html +4 -4
  35. package/docs/interfaces/five.AddableObject.html +4 -4
  36. package/docs/interfaces/five.AnimationFrame.html +243 -0
  37. package/docs/interfaces/five.BVHIntersect.html +204 -0
  38. package/docs/interfaces/five.CameraPose.html +232 -0
  39. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +40 -15
  40. package/docs/interfaces/five.EventCallback.html +33 -30
  41. package/docs/interfaces/five.FiveInitArgs.html +4 -4
  42. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +11 -11
  43. package/docs/interfaces/five.ImageOptions.html +11 -63
  44. package/docs/interfaces/five.ImageURLOptions.html +260 -0
  45. package/docs/interfaces/five.IntersectMeshInterface.html +4 -4
  46. package/docs/interfaces/five.Intersection.html +4 -4
  47. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +13 -13
  48. package/docs/interfaces/five.ModelEventCallback.html +4 -4
  49. package/docs/interfaces/five.MovePanoOptions.html +4 -4
  50. package/docs/interfaces/five.PBMPanoPicture.html +219 -0
  51. package/docs/interfaces/five.PBMPanoVideo.html +238 -0
  52. package/docs/interfaces/five.PBMParameters.html +30 -182
  53. package/docs/interfaces/five.PanoCircleMeshInterface.html +83 -18
  54. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +30 -16
  55. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +13 -13
  56. package/docs/interfaces/five.Pose.html +4 -4
  57. package/docs/interfaces/five.Scissor.html +4 -4
  58. package/docs/interfaces/five.State.html +4 -4
  59. package/docs/interfaces/five.SubscribeMixinType.emit.html +5 -5
  60. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +5 -5
  61. package/docs/interfaces/five.SubscribeMixinType.off.html +5 -5
  62. package/docs/interfaces/five.SubscribeMixinType.on.html +5 -5
  63. package/docs/interfaces/five.SubscribeMixinType.once.html +5 -5
  64. package/docs/interfaces/five.TextureOptions.html +296 -0
  65. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -7
  66. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +30 -15
  67. package/docs/interfaces/five.WorkCubeImage.html +251 -0
  68. package/docs/interfaces/five.WorkImage.html +306 -0
  69. package/docs/interfaces/five.WorkInitial.html +273 -0
  70. package/docs/interfaces/five.WorkModel.html +239 -0
  71. package/docs/interfaces/five.WorkObserver.html +323 -0
  72. package/docs/interfaces/five.WorkTile.html +274 -0
  73. package/docs/interfaces/five.WorkVideo.html +211 -0
  74. package/docs/interfaces/gltf_loader.GLTF.html +4 -4
  75. package/docs/interfaces/react.FiveActionReactCallbacks.html +4 -4
  76. package/docs/interfaces/react.FiveInjectionTypes.html +8 -8
  77. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +4 -4
  78. package/docs/interfaces/server.BVHIntersect.html +303 -0
  79. package/docs/interfaces/server.Intersection.html +22 -7
  80. package/docs/interfaces/server.ModelEventCallback.html +22 -7
  81. package/docs/interfaces/sticker.IntersectionLike.html +4 -4
  82. package/docs/modules/five.SubscribeMixinType.html +4 -4
  83. package/docs/modules/five.html +188 -369
  84. package/docs/modules/gltf_loader.html +4 -4
  85. package/docs/modules/line.html +4 -4
  86. package/docs/modules/react.html +13 -13
  87. package/docs/modules/server.html +47 -22
  88. package/docs/modules/sticker.html +4 -4
  89. package/docs/modules.html +4 -4
  90. package/five/index.d.ts +297 -235
  91. package/five/index.js +13 -107
  92. package/gltf-loader/index.js +2 -2
  93. package/line/index.js +2 -2
  94. package/package.json +1 -3
  95. package/react/index.js +3 -3
  96. package/server/index.d.ts +136 -20
  97. package/server/index.js +11 -11
  98. package/sticker/index.js +2 -2
  99. package/umd/five-react.js +1 -1
  100. package/umd/five.js +1 -1
  101. package/docs/classes/five.HashCubeTexture.html +0 -266
@@ -0,0 +1,211 @@
1
+ <!doctype html>
2
+ <html class="default no-js">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <title>WorkVideo | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <link rel="stylesheet" href="../assets/css/main.css">
10
+ <script async src="../assets/js/search.js" id="search-script"></script>
11
+ </head>
12
+ <body>
13
+ <header>
14
+ <div class="tsd-page-toolbar">
15
+ <div class="container">
16
+ <div class="table-wrap">
17
+ <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18
+ <div class="field">
19
+ <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20
+ <input id="tsd-search-field" type="text" />
21
+ </div>
22
+ <ul class="results">
23
+ <li class="state loading">Preparing search index...</li>
24
+ <li class="state failure">The search index is not available</li>
25
+ </ul>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</a>
27
+ </div>
28
+ <div class="table-cell" id="tsd-widgets">
29
+ <div id="tsd-filter">
30
+ <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31
+ <div class="tsd-filter-group">
32
+ <div class="tsd-select" id="tsd-filter-visibility">
33
+ <span class="tsd-select-label">All</span>
34
+ <ul class="tsd-select-list">
35
+ <li data-value="public">Public</li>
36
+ <li data-value="protected">Public/Protected</li>
37
+ <li data-value="private" class="selected">All</li>
38
+ </ul>
39
+ </div>
40
+ <input type="checkbox" id="tsd-filter-inherited" checked />
41
+ <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42
+ </div>
43
+ </div>
44
+ <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <div class="tsd-page-title">
50
+ <div class="container">
51
+ <ul class="tsd-breadcrumb">
52
+ <li>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
+ </li>
55
+ <li>
56
+ <a href="../modules/five.html">five</a>
57
+ </li>
58
+ <li>
59
+ <a href="five.WorkVideo.html">WorkVideo</a>
60
+ </li>
61
+ </ul>
62
+ <h1>Interface WorkVideo</h1>
63
+ </div>
64
+ </div>
65
+ </header>
66
+ <div class="container container-main">
67
+ <div class="row">
68
+ <div class="col-8 col-content">
69
+ <section class="tsd-panel tsd-comment">
70
+ <div class="tsd-comment tsd-typography">
71
+ <div class="lead">
72
+ <p>全景视频贴片</p>
73
+ </div>
74
+ </div>
75
+ </section>
76
+ <section class="tsd-panel tsd-hierarchy">
77
+ <h3>Hierarchy</h3>
78
+ <ul class="tsd-hierarchy">
79
+ <li>
80
+ <span class="target">WorkVideo</span>
81
+ </li>
82
+ </ul>
83
+ </section>
84
+ <section class="tsd-panel-group tsd-index-group">
85
+ <h2>Index</h2>
86
+ <section class="tsd-panel tsd-index-panel">
87
+ <div class="tsd-index-content">
88
+ <section class="tsd-index-section ">
89
+ <h3>Properties</h3>
90
+ <ul class="tsd-index-list">
91
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.WorkVideo.html#matrix" class="tsd-kind-icon">matrix</a></li>
92
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.WorkVideo.html#size" class="tsd-kind-icon">size</a></li>
93
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.WorkVideo.html#source" class="tsd-kind-icon">source</a></li>
94
+ </ul>
95
+ </section>
96
+ </div>
97
+ </section>
98
+ </section>
99
+ <section class="tsd-panel-group tsd-member-group ">
100
+ <h2>Properties</h2>
101
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
102
+ <a name="matrix" class="tsd-anchor"></a>
103
+ <h3>matrix</h3>
104
+ <div class="tsd-signature tsd-kind-icon">matrix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Matrix4</span></div>
105
+ <aside class="tsd-sources">
106
+ <ul>
107
+ <li>Defined in lib/five/work/work.ts:8</li>
108
+ </ul>
109
+ </aside>
110
+ </section>
111
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
112
+ <a name="size" class="tsd-anchor"></a>
113
+ <h3>size</h3>
114
+ <div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector2</span></div>
115
+ <aside class="tsd-sources">
116
+ <ul>
117
+ <li>Defined in lib/five/work/work.ts:9</li>
118
+ </ul>
119
+ </aside>
120
+ </section>
121
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
122
+ <a name="source" class="tsd-anchor"></a>
123
+ <h3>source</h3>
124
+ <div class="tsd-signature tsd-kind-icon">source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
125
+ <aside class="tsd-sources">
126
+ <ul>
127
+ <li>Defined in lib/five/work/work.ts:7</li>
128
+ </ul>
129
+ </aside>
130
+ </section>
131
+ </section>
132
+ </div>
133
+ <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
134
+ <nav class="tsd-navigation primary">
135
+ <ul>
136
+ <li class=" ">
137
+ <a href="../modules.html">Modules</a>
138
+ </li>
139
+ <li class="current tsd-kind-module">
140
+ <a href="../modules/five.html">five</a>
141
+ </li>
142
+ <li class=" tsd-kind-module">
143
+ <a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
144
+ </li>
145
+ <li class=" tsd-kind-module">
146
+ <a href="../modules/line.html">line</a>
147
+ </li>
148
+ <li class=" tsd-kind-module">
149
+ <a href="../modules/react.html">react</a>
150
+ </li>
151
+ <li class=" tsd-kind-module">
152
+ <a href="../modules/server.html">server</a>
153
+ </li>
154
+ <li class=" tsd-kind-module">
155
+ <a href="../modules/sticker.html">sticker</a>
156
+ </li>
157
+ </ul>
158
+ </nav>
159
+ <nav class="tsd-navigation secondary menu-sticky">
160
+ <ul class="before-current">
161
+ </ul>
162
+ <ul class="current">
163
+ <li class="current tsd-kind-interface tsd-parent-kind-module">
164
+ <a href="five.WorkVideo.html" class="tsd-kind-icon">Work<wbr>Video</a>
165
+ <ul>
166
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
167
+ <a href="five.WorkVideo.html#matrix" class="tsd-kind-icon">matrix</a>
168
+ </li>
169
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
170
+ <a href="five.WorkVideo.html#size" class="tsd-kind-icon">size</a>
171
+ </li>
172
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
173
+ <a href="five.WorkVideo.html#source" class="tsd-kind-icon">source</a>
174
+ </li>
175
+ </ul>
176
+ </li>
177
+ </ul>
178
+ <ul class="after-current">
179
+ </ul>
180
+ </nav>
181
+ </div>
182
+ </div>
183
+ </div>
184
+ <footer>
185
+ <div class="container">
186
+ <h2>Legend</h2>
187
+ <div class="tsd-legend-group">
188
+ <ul class="tsd-legend">
189
+ <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
190
+ <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
191
+ <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
192
+ <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
193
+ <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
194
+ <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
195
+ </ul>
196
+ <ul class="tsd-legend">
197
+ <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
198
+ <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
199
+ <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
200
+ </ul>
201
+ <ul class="tsd-legend">
202
+ <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
203
+ <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
204
+ </ul>
205
+ </div>
206
+ </div>
207
+ </footer>
208
+ <div class="overlay"></div>
209
+ <script src="../assets/js/main.js"></script>
210
+ </body>
211
+ </html>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>GLTF | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>GLTF | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.53</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -50,7 +50,7 @@
50
50
  <div class="container">
51
51
  <ul class="tsd-breadcrumb">
52
52
  <li>
53
- <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.53</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/gltf_loader.html">gltf-loader</a>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>FiveActionReactCallbacks | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>FiveActionReactCallbacks | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.53</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -50,7 +50,7 @@
50
50
  <div class="container">
51
51
  <ul class="tsd-breadcrumb">
52
52
  <li>
53
- <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.53</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/react.html">react</a>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>FiveInjectionTypes | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>FiveInjectionTypes | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.53</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -50,7 +50,7 @@
50
50
  <div class="container">
51
51
  <ul class="tsd-breadcrumb">
52
52
  <li>
53
- <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.53</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/react.html">react</a>
@@ -1161,7 +1161,7 @@
1161
1161
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
1162
1162
  <a name="updateCamera" class="tsd-anchor"></a>
1163
1163
  <h3>update<wbr>Camera</h3>
1164
- <div class="tsd-signature tsd-kind-icon">update<wbr>Camera<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">&gt;</span>, duration<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></div>
1164
+ <div class="tsd-signature tsd-kind-icon">update<wbr>Camera<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;offset&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span>, duration<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></div>
1165
1165
  <aside class="tsd-sources">
1166
1166
  <p>Overrides Record.updateCamera</p>
1167
1167
  <ul>
@@ -1184,7 +1184,7 @@
1184
1184
  <ul class="tsd-parameters">
1185
1185
  <li class="tsd-parameter-signature">
1186
1186
  <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
1187
- <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">&gt;</span>, duration<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
1187
+ <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;offset&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span>, duration<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
1188
1188
  </ul>
1189
1189
  <ul class="tsd-descriptions">
1190
1190
  <li class="tsd-description">
@@ -1202,7 +1202,7 @@
1202
1202
  <h4 class="tsd-parameters-title">Parameters</h4>
1203
1203
  <ul class="tsd-parameters">
1204
1204
  <li>
1205
- <h5>pose: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">&gt;</span></h5>
1205
+ <h5>pose: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;offset&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h5>
1206
1206
  <div class="tsd-comment tsd-typography">
1207
1207
  <div class="lead">
1208
1208
  <p>相机目标位置</p>
@@ -1235,7 +1235,7 @@
1235
1235
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
1236
1236
  <a name="work" class="tsd-anchor"></a>
1237
1237
  <h3>work</h3>
1238
- <div class="tsd-signature tsd-kind-icon">work<span class="tsd-signature-symbol">:</span> <a href="../modules/five.html#Work" class="tsd-signature-type" data-tsd-kind="Type alias">Work</a></div>
1238
+ <div class="tsd-signature tsd-kind-icon">work<span class="tsd-signature-symbol">:</span> <a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a></div>
1239
1239
  <aside class="tsd-sources">
1240
1240
  <p>Overrides Record.work</p>
1241
1241
  <ul>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>PropTypeOfFiveFeatures | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>PropTypeOfFiveFeatures | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.53</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -50,7 +50,7 @@
50
50
  <div class="container">
51
51
  <ul class="tsd-breadcrumb">
52
52
  <li>
53
- <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.53</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/react.html">react</a>