@realsee/five 5.0.0-alpha.19 → 5.0.0-alpha.191
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -8
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +134 -0
- package/docs/assets/icons.css +1043 -0
- package/docs/assets/main.js +52 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1414 -0
- package/docs/classes/five.AnimationFrameLoop.html +15 -0
- package/docs/classes/five.BVH.html +10 -0
- package/docs/classes/five.BVHIntersect.html +1 -0
- package/docs/classes/five.BVHNode.html +7 -0
- package/docs/classes/five.BVHVector3.html +1 -0
- package/docs/classes/five.Camera.html +11 -0
- package/docs/classes/five.Clipper.html +1 -0
- package/docs/classes/five.Five.html +328 -0
- package/docs/classes/five.InternalWebGLRenderer.html +1 -0
- package/docs/classes/five.IntersectMesh.html +1 -0
- package/docs/classes/five.Model.html +91 -0
- package/docs/classes/five.NetworkSubscribe.html +50 -0
- package/docs/classes/five.PBMContainer.html +17 -0
- package/docs/classes/five.PBMGroup.html +19 -0
- package/docs/classes/five.PBMMaterial.html +29 -0
- package/docs/classes/five.PBMMesh.html +7 -0
- package/docs/classes/five.PanoCircleMesh.html +7 -0
- package/docs/classes/five.PanoCircleMeshCustom.html +7 -0
- package/docs/classes/five.PanoCircleMeshSolid.html +7 -0
- package/docs/classes/five.Scene.html +3 -0
- package/docs/classes/five.Subscribe.html +56 -0
- package/docs/classes/five.TextureLoader.html +1 -0
- package/docs/classes/five.Tile3D.html +34 -0
- package/docs/classes/five.Tile3DModel.html +15 -0
- package/docs/classes/five.TileBoundingSphere.html +1 -0
- package/docs/classes/five.TileCacheNode.html +1 -0
- package/docs/classes/five.TileCubeTextureTarget.html +1 -0
- package/docs/classes/five.TileCullingVolume.html +1 -0
- package/docs/classes/five.TileOrientedBoundingBox.html +1 -0
- package/docs/classes/five.TileRequestScheduler.html +16 -0
- package/docs/classes/five.Tileset3D.html +11 -0
- package/docs/classes/five.Tileset3DTraverser.html +1 -0
- package/docs/classes/five.TilesetCache.html +1 -0
- package/docs/classes/five.Work.html +32 -0
- package/docs/classes/five.XRButton.html +1 -0
- package/docs/classes/gltf_loader.DDSLoader.html +1 -0
- package/docs/classes/gltf_loader.DRACOLoader.html +1 -0
- package/docs/classes/gltf_loader.GLTFLoader.html +17 -0
- package/docs/classes/gltf_loader.GLTFObject.html +7 -0
- package/docs/classes/gltf_loader.GLTFParser.html +1 -0
- package/docs/classes/gltf_loader.THREEGLTFLoader.html +1 -0
- package/docs/classes/line.Line.html +1 -0
- package/docs/classes/line.LineGeometry.html +1 -0
- package/docs/classes/line.LineMaterial.html +1 -0
- package/docs/classes/line.LineSegmentsGeometry.html +1 -0
- package/docs/classes/line.THREE_Line2.html +1 -0
- package/docs/classes/line.THREE_LineSegments2.html +1 -0
- package/docs/classes/react.Store.html +29 -0
- package/docs/classes/server.BVH.html +10 -0
- package/docs/classes/server.BVHIntersect.html +1 -0
- package/docs/classes/server.BVHNode.html +7 -0
- package/docs/classes/server.BVHVector3.html +1 -0
- package/docs/classes/server.Model.html +70 -0
- package/docs/classes/server.PBMContainer.html +7 -0
- package/docs/classes/server.PBMGroup.html +9 -0
- package/docs/classes/server.PBMMesh.html +7 -0
- package/docs/classes/sticker.Sticker.html +32 -0
- package/docs/classes/vfx.Airflow.html +1 -0
- package/docs/classes/vfx.Flame.html +1 -0
- package/docs/classes/vfx.Particle.html +89 -0
- package/docs/classes/vfx.SpotLight.html +1 -0
- package/docs/index.html +166 -434
- package/docs/interfaces/five.AddableObject.html +9 -0
- package/docs/interfaces/five.AnimationFrame.html +1 -0
- package/docs/interfaces/five.CameraPose.html +1 -0
- package/docs/interfaces/five.ClipperParameter.html +1 -0
- package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +28 -0
- package/docs/interfaces/five.EventCallback.html +400 -0
- package/docs/interfaces/five.FiveInitArgs.html +109 -0
- package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +17 -0
- package/docs/interfaces/five.ImageOptions.html +18 -0
- package/docs/interfaces/five.ImageURLMappings.html +1 -0
- package/docs/interfaces/five.ImageURLOptions.html +15 -0
- package/docs/interfaces/five.IntersectMeshInterface.html +3 -0
- package/docs/interfaces/five.Intersection.html +7 -0
- package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +15 -0
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +20 -0
- package/docs/interfaces/five.ModelEventCallback.html +22 -0
- package/docs/interfaces/five.MotionKeyframe.html +1 -0
- package/docs/interfaces/five.MovePanoOptions.html +42 -0
- package/docs/interfaces/five.NetworkOptions.html +9 -0
- package/docs/interfaces/five.PBMPanoPicture.html +7 -0
- package/docs/interfaces/five.PBMParameters.html +29 -0
- package/docs/interfaces/five.PanoCircleMeshCustomOptions.html +1 -0
- package/docs/interfaces/five.PanoCircleMeshInterface.html +19 -0
- package/docs/interfaces/five.PanoCircleMeshOptions.html +1 -0
- package/docs/interfaces/five.PanoCircleMeshSolidOptions.html +1 -0
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +35 -0
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -0
- package/docs/interfaces/five.Pose.html +37 -0
- package/docs/interfaces/five.Scissor.html +14 -0
- package/docs/interfaces/five.State.html +21 -0
- package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -0
- package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -0
- package/docs/interfaces/five.SubscribeMixinType.off.html +1 -0
- package/docs/interfaces/five.SubscribeMixinType.on.html +1 -0
- package/docs/interfaces/five.SubscribeMixinType.once.html +1 -0
- package/docs/interfaces/five.TextureOptions.html +20 -0
- package/docs/interfaces/five.Tile3DModelLoaderOptions.html +3 -0
- package/docs/interfaces/five.TileBoundingVolume.html +19 -0
- package/docs/interfaces/five.TileContent.html +1 -0
- package/docs/interfaces/five.TileCubeNode.html +1 -0
- package/docs/interfaces/five.TileCubeTree.html +1 -0
- package/docs/interfaces/five.Tileset3dOptions.html +1 -0
- package/docs/interfaces/five.TilesetJSON.html +1 -0
- package/docs/interfaces/five.TilesetJSONNode.html +1 -0
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +9 -0
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +31 -0
- package/docs/interfaces/five.WebXRSelectParams.html +1 -0
- package/docs/interfaces/five.WorkCubeImage.html +13 -0
- package/docs/interfaces/five.WorkImage.html +21 -0
- package/docs/interfaces/five.WorkInitial.html +13 -0
- package/docs/interfaces/five.WorkModel.html +11 -0
- package/docs/interfaces/five.WorkModelTiles.html +3 -0
- package/docs/interfaces/five.WorkObserver.html +27 -0
- package/docs/interfaces/five.WorkTile.html +1 -0
- package/docs/interfaces/five.WorkVideo.html +9 -0
- package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +31 -0
- package/docs/interfaces/gltf_loader.DDS.html +1 -0
- package/docs/interfaces/gltf_loader.GLTF.html +7 -0
- package/docs/interfaces/gltf_loader.GLTFReference.html +1 -0
- package/docs/interfaces/gltf_loader.THREEGLTF.html +1 -0
- package/docs/interfaces/react.FiveActionReactCallbacks.html +52 -0
- package/docs/interfaces/react.FiveInjectionTypes.html +181 -0
- package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -0
- package/docs/interfaces/server.Intersection.html +7 -0
- package/docs/interfaces/server.ModelEventCallback.html +18 -0
- package/docs/interfaces/sticker.IntersectionLike.html +8 -0
- package/docs/interfaces/vfx.ParticleArgs.html +75 -0
- package/docs/interfaces/vfx.ParticleTweenKeyframe.html +1 -0
- package/docs/interfaces/vue.FiveActionVueCallbacks.html +60 -0
- package/docs/modules/five.SubscribeMixinType.html +1 -0
- package/docs/modules/five.html +479 -3002
- package/docs/modules/gltf_loader.html +1 -155
- package/docs/modules/line.html +1 -202
- package/docs/modules/react.html +130 -1507
- package/docs/modules/server.html +18 -526
- package/docs/modules/sticker.html +1 -151
- package/docs/modules/vfx.html +1 -0
- package/docs/modules/vue.html +115 -0
- package/docs/modules.html +1 -136
- package/exporters/staticify.js +210 -0
- package/five/index.d.ts +1425 -285
- package/five/index.js +362 -1
- package/gltf-loader/index.d.ts +90 -5
- package/gltf-loader/index.js +260 -1
- package/line/index.d.ts +15 -2
- package/line/index.js +260 -1
- package/package.json +12 -12
- package/react/index.d.ts +73 -72
- package/react/index.js +260 -1
- package/scripts/five-staticify.js +26 -0
- package/server/index.d.ts +221 -27
- package/server/index.js +357 -1
- package/sticker/index.d.ts +2 -1
- package/sticker/index.js +260 -1
- package/templates/quick-start/package.json +1 -1
- package/umd/five-gltf-loader.js +1 -2
- package/umd/five-line.js +1 -2
- package/umd/five-react.js +1 -2
- package/umd/five-sticker.js +1 -2
- package/umd/five-vfx.js +1 -0
- package/umd/five-vue.js +1 -0
- package/umd/five.js +1 -1
- package/umd/five.js.LICENSE.txt +58 -118
- package/vfx/index.d.ts +264 -0
- package/vfx/index.js +260 -0
- package/vue/index.d.ts +441 -0
- package/vue/index.js +260 -0
- package/docs/assets/css/main.css +0 -2660
- package/docs/assets/js/main.js +0 -248
- package/docs/assets/js/search.js +0 -1
- package/docs/classes/five.camera.html +0 -323
- package/docs/classes/five.five-1.html +0 -2670
- package/docs/classes/five.hashcubetexture.html +0 -252
- package/docs/classes/five.internalwebglrenderer.html +0 -212
- package/docs/classes/five.model.html +0 -982
- package/docs/classes/five.pbmgroup.html +0 -427
- package/docs/classes/five.pbmmaterial.html +0 -533
- package/docs/classes/five.pbmmesh.html +0 -254
- package/docs/classes/five.scene.html +0 -263
- package/docs/classes/five.subscribe.html +0 -569
- package/docs/classes/gltf_loader.gltfloader.html +0 -412
- package/docs/classes/gltf_loader.gltfobject.html +0 -287
- package/docs/classes/line.line-1.html +0 -381
- package/docs/classes/line.linegeometry.html +0 -524
- package/docs/classes/line.linematerial.html +0 -300
- package/docs/classes/line.linesegmentsgeometry.html +0 -471
- package/docs/classes/react.store.html +0 -605
- package/docs/classes/server.model.html +0 -823
- package/docs/classes/server.pbmgroup.html +0 -366
- package/docs/classes/server.pbmmesh.html +0 -335
- package/docs/classes/sticker.sticker-1.html +0 -465
- package/docs/interfaces/five.addableobject.html +0 -234
- package/docs/interfaces/five.depthpanoramacontrollercustominitargs.html +0 -420
- package/docs/interfaces/five.eventcallback.html +0 -2548
- package/docs/interfaces/five.fiveinitargs.html +0 -707
- package/docs/interfaces/five.floorplancontrollercustominitargs.html +0 -295
- package/docs/interfaces/five.imageoptions.html +0 -332
- package/docs/interfaces/five.intersection.html +0 -227
- package/docs/interfaces/five.intersectmeshinterface.html +0 -188
- package/docs/interfaces/five.modelcontrollercustominitargs.html +0 -366
- package/docs/interfaces/five.modeleventcallback.html +0 -367
- package/docs/interfaces/five.movepanooptions.html +0 -469
- package/docs/interfaces/five.panocirclemeshinterface.html +0 -361
- package/docs/interfaces/five.panoramacontrollercustominitargs.html +0 -464
- package/docs/interfaces/five.panoramalikecontrollercustominitargs.html +0 -364
- package/docs/interfaces/five.pbmparameters.html +0 -474
- package/docs/interfaces/five.pose.html +0 -270
- package/docs/interfaces/five.scissor.html +0 -252
- package/docs/interfaces/five.state.html +0 -300
- package/docs/interfaces/five.subscribemixintype.emit.html +0 -180
- package/docs/interfaces/five.subscribemixintype.haslistener.html +0 -171
- package/docs/interfaces/five.subscribemixintype.off.html +0 -198
- package/docs/interfaces/five.subscribemixintype.on.html +0 -213
- package/docs/interfaces/five.subscribemixintype.once.html +0 -210
- package/docs/interfaces/five.topviewcontrollercustominitargs.html +0 -226
- package/docs/interfaces/five.vrpanoramacontrollercustominitargs.html +0 -452
- package/docs/interfaces/gltf_loader.gltf.html +0 -304
- package/docs/interfaces/react.fiveactionreactcallbacks.html +0 -580
- package/docs/interfaces/react.fiveinjectiontypes.html +0 -1625
- package/docs/interfaces/react.injectfivetoprops.html +0 -280
- package/docs/interfaces/server.intersection.html +0 -308
- package/docs/interfaces/server.modeleventcallback.html +0 -409
- package/docs/interfaces/sticker.intersectionlike.html +0 -223
- package/docs/modules/five.subscribemixintype.html +0 -143
- package/scripts/export-five-resource/chfs.exe +0 -0
- package/scripts/export-five-resource/fileify.js +0 -192
- package/scripts/export-five-resource/format-work.js +0 -71
- package/scripts/export-five-resource/staticify.js +0 -327
- package/scripts/transcode-model/BufferGeometryUtils.js +0 -832
- package/scripts/transcode-model/LoaderSupport.js +0 -1545
- package/scripts/transcode-model/MTLLoader.js +0 -602
- package/scripts/transcode-model/OBJLoader2.js +0 -1470
- package/scripts/transcode-model/obj2pbm.js +0 -65
- /package/docs/assets/{images/icons.png → icons.png} +0 -0
- /package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
- /package/docs/assets/{images/widgets.png → widgets.png} +0 -0
- /package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
- /package/resource/{basis_transcoder.js → basis/basis_transcoder.js} +0 -0
- /package/resource/{basis_transcoder.wasm → basis/basis_transcoder.wasm} +0 -0
- /package/resource/{draco_decoder.js → gltf/draco_decoder.js} +0 -0
- /package/resource/{draco_decoder.wasm → gltf/draco_decoder.wasm} +0 -0
- /package/resource/{draco_wasm_wrapper.js → gltf/draco_wasm_wrapper.js} +0 -0
|
@@ -1,465 +0,0 @@
|
|
|
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>Sticker | 如视 Five SDK - v5.0.0-alpha.19</title>
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.19">
|
|
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.19</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.19</a>
|
|
54
|
-
</li>
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../modules/sticker.html">sticker</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="sticker.sticker-1.html">Sticker</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Class Sticker</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="tsd-signature-type">Mesh</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">THREE.BufferGeometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">THREE.MeshBasicMaterial</span><span class="tsd-signature-symbol">></span>
|
|
81
|
-
<ul class="tsd-hierarchy">
|
|
82
|
-
<li>
|
|
83
|
-
<span class="target">Sticker</span>
|
|
84
|
-
</li>
|
|
85
|
-
</ul>
|
|
86
|
-
</li>
|
|
87
|
-
</ul>
|
|
88
|
-
</section>
|
|
89
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
90
|
-
<h2>Index</h2>
|
|
91
|
-
<section class="tsd-panel tsd-index-panel">
|
|
92
|
-
<div class="tsd-index-content">
|
|
93
|
-
<section class="tsd-index-section ">
|
|
94
|
-
<h3>Constructors</h3>
|
|
95
|
-
<ul class="tsd-index-list">
|
|
96
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="sticker.sticker-1.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
97
|
-
</ul>
|
|
98
|
-
</section>
|
|
99
|
-
<section class="tsd-index-section tsd-is-private tsd-is-private-protected">
|
|
100
|
-
<h3>Properties</h3>
|
|
101
|
-
<ul class="tsd-index-list">
|
|
102
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="sticker.sticker-1.html#_needsrender" class="tsd-kind-icon">_needs<wbr>Render</a></li>
|
|
103
|
-
</ul>
|
|
104
|
-
</section>
|
|
105
|
-
<section class="tsd-index-section ">
|
|
106
|
-
<h3>Accessors</h3>
|
|
107
|
-
<ul class="tsd-index-list">
|
|
108
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class"><a href="sticker.sticker-1.html#needsrender" class="tsd-kind-icon">needs<wbr>Render</a></li>
|
|
109
|
-
</ul>
|
|
110
|
-
</section>
|
|
111
|
-
<section class="tsd-index-section ">
|
|
112
|
-
<h3>Methods</h3>
|
|
113
|
-
<ul class="tsd-index-list">
|
|
114
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="sticker.sticker-1.html#dispose" class="tsd-kind-icon">dispose</a></li>
|
|
115
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="sticker.sticker-1.html#locationwithintersection" class="tsd-kind-icon">location<wbr>With<wbr>Intersection</a></li>
|
|
116
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="sticker.sticker-1.html#setsize" class="tsd-kind-icon">set<wbr>Size</a></li>
|
|
117
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="sticker.sticker-1.html#settransparent" class="tsd-kind-icon">set<wbr>Transparent</a></li>
|
|
118
|
-
</ul>
|
|
119
|
-
</section>
|
|
120
|
-
</div>
|
|
121
|
-
</section>
|
|
122
|
-
</section>
|
|
123
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
124
|
-
<h2>Constructors</h2>
|
|
125
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
|
126
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
127
|
-
<h3>constructor</h3>
|
|
128
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
|
129
|
-
<li class="tsd-signature tsd-kind-icon">new <wbr>Sticker<span class="tsd-signature-symbol">(</span>width<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, height<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, resource<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLImageElement</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLCanvasElement</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLVideoElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="sticker.sticker-1.html" class="tsd-signature-type" data-tsd-kind="Class">Sticker</a></li>
|
|
130
|
-
</ul>
|
|
131
|
-
<ul class="tsd-descriptions">
|
|
132
|
-
<li class="tsd-description">
|
|
133
|
-
<aside class="tsd-sources">
|
|
134
|
-
<p>Overrides THREE.Mesh<THREE.BufferGeometry, THREE.MeshBasicMaterial>.constructor</p>
|
|
135
|
-
<ul>
|
|
136
|
-
<li>Defined in lib/sticker/index.ts:77</li>
|
|
137
|
-
</ul>
|
|
138
|
-
</aside>
|
|
139
|
-
<div class="tsd-comment tsd-typography">
|
|
140
|
-
<div class="lead">
|
|
141
|
-
<p>贴纸</p>
|
|
142
|
-
</div>
|
|
143
|
-
<dl class="tsd-comment-tags">
|
|
144
|
-
<dt>description</dt>
|
|
145
|
-
<dd><p>默认加载时, 透明图根据图片类型,如果是 png 默认透明,其他为不透明,且不支持 gif 动画。</p>
|
|
146
|
-
</dd>
|
|
147
|
-
<dt>example</dt>
|
|
148
|
-
<dd><pre><code><span style="color: #0000FF">const</span><span style="color: #000000"> </span><span style="color: #0070C1">resource</span><span style="color: #000000"> = </span><span style="color: #A31515">"http://vrlab-public.ljcdn.com/release/static/image/release/five/demo/sticker/kagami.jpg"</span><span style="color: #000000">;</span>
|
|
149
|
-
<span style="color: #001080">five</span><span style="color: #000000">.</span><span style="color: #795E26">on</span><span style="color: #000000">(</span><span style="color: #A31515">"wantsTapGesture"</span><span style="color: #000000">, </span><span style="color: #001080">raycaster</span><span style="color: #000000"> </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
|
150
|
-
<span style="color: #000000"> </span><span style="color: #0000FF">const</span><span style="color: #000000"> [</span><span style="color: #0070C1">intersection</span><span style="color: #000000">] = </span><span style="color: #001080">five</span><span style="color: #000000">.</span><span style="color: #001080">model</span><span style="color: #000000">.</span><span style="color: #795E26">intersectRaycaster</span><span style="color: #000000">(</span><span style="color: #001080">raycaster</span><span style="color: #000000">);</span>
|
|
151
|
-
<span style="color: #000000"> </span><span style="color: #AF00DB">if</span><span style="color: #000000"> (</span><span style="color: #001080">intersection</span><span style="color: #000000">) {</span>
|
|
152
|
-
<span style="color: #000000"> </span><span style="color: #0000FF">const</span><span style="color: #000000"> </span><span style="color: #0070C1">sticker</span><span style="color: #000000"> = </span><span style="color: #0000FF">new</span><span style="color: #000000"> </span><span style="color: #795E26">Sticker</span><span style="color: #000000">(</span><span style="color: #098658">1</span><span style="color: #000000">, </span><span style="color: #098658">1</span><span style="color: #000000">, </span><span style="color: #001080">resource</span><span style="color: #000000">);</span>
|
|
153
|
-
<span style="color: #000000"> </span><span style="color: #001080">five</span><span style="color: #000000">.</span><span style="color: #001080">scene</span><span style="color: #000000">.</span><span style="color: #795E26">add</span><span style="color: #000000">(</span><span style="color: #001080">sticker</span><span style="color: #000000">);</span>
|
|
154
|
-
<span style="color: #000000"> </span><span style="color: #001080">sticker</span><span style="color: #000000">.</span><span style="color: #795E26">locationWithIntersection</span><span style="color: #000000">(</span><span style="color: #001080">intersection</span><span style="color: #000000">);</span>
|
|
155
|
-
<span style="color: #000000"> }</span>
|
|
156
|
-
<span style="color: #000000"> </span><span style="color: #AF00DB">return</span><span style="color: #000000"> </span><span style="color: #0000FF">false</span><span style="color: #000000">;</span>
|
|
157
|
-
<span style="color: #000000">});</span>
|
|
158
|
-
</code></pre>
|
|
159
|
-
</dd>
|
|
160
|
-
</dl>
|
|
161
|
-
</div>
|
|
162
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
163
|
-
<ul class="tsd-parameters">
|
|
164
|
-
<li>
|
|
165
|
-
<h5>width: <span class="tsd-signature-type">number</span></h5>
|
|
166
|
-
<div class="tsd-comment tsd-typography">
|
|
167
|
-
<p>贴纸长</p>
|
|
168
|
-
</div>
|
|
169
|
-
</li>
|
|
170
|
-
<li>
|
|
171
|
-
<h5>height: <span class="tsd-signature-type">number</span></h5>
|
|
172
|
-
<div class="tsd-comment tsd-typography">
|
|
173
|
-
<p>贴纸宽</p>
|
|
174
|
-
</div>
|
|
175
|
-
</li>
|
|
176
|
-
<li>
|
|
177
|
-
<h5>resource: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLImageElement</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLCanvasElement</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLVideoElement</span></h5>
|
|
178
|
-
<div class="tsd-comment tsd-typography">
|
|
179
|
-
<p>贴纸图片地址 或者 image / canvas / video 标签</p>
|
|
180
|
-
</div>
|
|
181
|
-
</li>
|
|
182
|
-
</ul>
|
|
183
|
-
<h4 class="tsd-returns-title">Returns <a href="sticker.sticker-1.html" class="tsd-signature-type" data-tsd-kind="Class">Sticker</a></h4>
|
|
184
|
-
</li>
|
|
185
|
-
</ul>
|
|
186
|
-
</section>
|
|
187
|
-
</section>
|
|
188
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-private tsd-is-private-protected">
|
|
189
|
-
<h2>Properties</h2>
|
|
190
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
|
|
191
|
-
<a name="_needsrender" class="tsd-anchor"></a>
|
|
192
|
-
<h3><span class="tsd-flag ts-flagPrivate">Private</span> _needs<wbr>Render</h3>
|
|
193
|
-
<div class="tsd-signature tsd-kind-icon">_needs<wbr>Render<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
194
|
-
<aside class="tsd-sources">
|
|
195
|
-
<ul>
|
|
196
|
-
<li>Defined in lib/sticker/index.ts:77</li>
|
|
197
|
-
</ul>
|
|
198
|
-
</aside>
|
|
199
|
-
</section>
|
|
200
|
-
</section>
|
|
201
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
202
|
-
<h2>Accessors</h2>
|
|
203
|
-
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class">
|
|
204
|
-
<a name="needsrender" class="tsd-anchor"></a>
|
|
205
|
-
<h3>needs<wbr>Render</h3>
|
|
206
|
-
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
|
|
207
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> needsRender<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
208
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> needsRender<span class="tsd-signature-symbol">(</span>value<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">void</span></li>
|
|
209
|
-
</ul>
|
|
210
|
-
<ul class="tsd-descriptions">
|
|
211
|
-
<li class="tsd-description">
|
|
212
|
-
<aside class="tsd-sources">
|
|
213
|
-
<ul>
|
|
214
|
-
<li>Defined in lib/sticker/index.ts:146</li>
|
|
215
|
-
</ul>
|
|
216
|
-
</aside>
|
|
217
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
218
|
-
</li>
|
|
219
|
-
<li class="tsd-description">
|
|
220
|
-
<aside class="tsd-sources">
|
|
221
|
-
<ul>
|
|
222
|
-
<li>Defined in lib/sticker/index.ts:150</li>
|
|
223
|
-
</ul>
|
|
224
|
-
</aside>
|
|
225
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
226
|
-
<ul class="tsd-parameters">
|
|
227
|
-
<li>
|
|
228
|
-
<h5>value: <span class="tsd-signature-type">boolean</span></h5>
|
|
229
|
-
</li>
|
|
230
|
-
</ul>
|
|
231
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
232
|
-
</li>
|
|
233
|
-
</ul>
|
|
234
|
-
</section>
|
|
235
|
-
</section>
|
|
236
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
237
|
-
<h2>Methods</h2>
|
|
238
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
239
|
-
<a name="dispose" class="tsd-anchor"></a>
|
|
240
|
-
<h3>dispose</h3>
|
|
241
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
242
|
-
<li class="tsd-signature tsd-kind-icon">dispose<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>
|
|
243
|
-
</ul>
|
|
244
|
-
<ul class="tsd-descriptions">
|
|
245
|
-
<li class="tsd-description">
|
|
246
|
-
<aside class="tsd-sources">
|
|
247
|
-
<ul>
|
|
248
|
-
<li>Defined in lib/sticker/index.ts:196</li>
|
|
249
|
-
</ul>
|
|
250
|
-
</aside>
|
|
251
|
-
<div class="tsd-comment tsd-typography">
|
|
252
|
-
<div class="lead">
|
|
253
|
-
<p>资源回收</p>
|
|
254
|
-
</div>
|
|
255
|
-
</div>
|
|
256
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
257
|
-
</li>
|
|
258
|
-
</ul>
|
|
259
|
-
</section>
|
|
260
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
261
|
-
<a name="locationwithintersection" class="tsd-anchor"></a>
|
|
262
|
-
<h3>location<wbr>With<wbr>Intersection</h3>
|
|
263
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
264
|
-
<li class="tsd-signature tsd-kind-icon">location<wbr>With<wbr>Intersection<span class="tsd-signature-symbol">(</span>intersection<span class="tsd-signature-symbol">: </span><a href="../interfaces/sticker.intersectionlike.html" class="tsd-signature-type" data-tsd-kind="Interface">IntersectionLike</a>, offset<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></li>
|
|
265
|
-
</ul>
|
|
266
|
-
<ul class="tsd-descriptions">
|
|
267
|
-
<li class="tsd-description">
|
|
268
|
-
<aside class="tsd-sources">
|
|
269
|
-
<ul>
|
|
270
|
-
<li>Defined in lib/sticker/index.ts:183</li>
|
|
271
|
-
</ul>
|
|
272
|
-
</aside>
|
|
273
|
-
<div class="tsd-comment tsd-typography">
|
|
274
|
-
<div class="lead">
|
|
275
|
-
<p>通过焦点快捷设置贴纸位置</p>
|
|
276
|
-
</div>
|
|
277
|
-
</div>
|
|
278
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
279
|
-
<ul class="tsd-parameters">
|
|
280
|
-
<li>
|
|
281
|
-
<h5>intersection: <a href="../interfaces/sticker.intersectionlike.html" class="tsd-signature-type" data-tsd-kind="Interface">IntersectionLike</a></h5>
|
|
282
|
-
<div class="tsd-comment tsd-typography">
|
|
283
|
-
<p>焦点</p>
|
|
284
|
-
</div>
|
|
285
|
-
</li>
|
|
286
|
-
<li>
|
|
287
|
-
<h5>offset: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0.005</span></h5>
|
|
288
|
-
<div class="tsd-comment tsd-typography">
|
|
289
|
-
<p>位置值(已通过焦点面的法线位移一定值,防止重叠)</p>
|
|
290
|
-
</div>
|
|
291
|
-
</li>
|
|
292
|
-
</ul>
|
|
293
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
294
|
-
</li>
|
|
295
|
-
</ul>
|
|
296
|
-
</section>
|
|
297
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
298
|
-
<a name="setsize" class="tsd-anchor"></a>
|
|
299
|
-
<h3>set<wbr>Size</h3>
|
|
300
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
301
|
-
<li class="tsd-signature tsd-kind-icon">set<wbr>Size<span class="tsd-signature-symbol">(</span>width<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, height<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></li>
|
|
302
|
-
</ul>
|
|
303
|
-
<ul class="tsd-descriptions">
|
|
304
|
-
<li class="tsd-description">
|
|
305
|
-
<aside class="tsd-sources">
|
|
306
|
-
<ul>
|
|
307
|
-
<li>Defined in lib/sticker/index.ts:164</li>
|
|
308
|
-
</ul>
|
|
309
|
-
</aside>
|
|
310
|
-
<div class="tsd-comment tsd-typography">
|
|
311
|
-
<div class="lead">
|
|
312
|
-
<p>设置贴纸大小</p>
|
|
313
|
-
</div>
|
|
314
|
-
</div>
|
|
315
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
316
|
-
<ul class="tsd-parameters">
|
|
317
|
-
<li>
|
|
318
|
-
<h5>width: <span class="tsd-signature-type">number</span></h5>
|
|
319
|
-
<div class="tsd-comment tsd-typography">
|
|
320
|
-
<p>贴纸长</p>
|
|
321
|
-
</div>
|
|
322
|
-
</li>
|
|
323
|
-
<li>
|
|
324
|
-
<h5>height: <span class="tsd-signature-type">number</span></h5>
|
|
325
|
-
<div class="tsd-comment tsd-typography">
|
|
326
|
-
<p>贴纸宽</p>
|
|
327
|
-
</div>
|
|
328
|
-
</li>
|
|
329
|
-
</ul>
|
|
330
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
331
|
-
</li>
|
|
332
|
-
</ul>
|
|
333
|
-
</section>
|
|
334
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
335
|
-
<a name="settransparent" class="tsd-anchor"></a>
|
|
336
|
-
<h3>set<wbr>Transparent</h3>
|
|
337
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
338
|
-
<li class="tsd-signature tsd-kind-icon">set<wbr>Transparent<span class="tsd-signature-symbol">(</span>transparent<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">void</span></li>
|
|
339
|
-
</ul>
|
|
340
|
-
<ul class="tsd-descriptions">
|
|
341
|
-
<li class="tsd-description">
|
|
342
|
-
<aside class="tsd-sources">
|
|
343
|
-
<ul>
|
|
344
|
-
<li>Defined in lib/sticker/index.ts:173</li>
|
|
345
|
-
</ul>
|
|
346
|
-
</aside>
|
|
347
|
-
<div class="tsd-comment tsd-typography">
|
|
348
|
-
<div class="lead">
|
|
349
|
-
<p>设置贴纸背景是否透明</p>
|
|
350
|
-
</div>
|
|
351
|
-
</div>
|
|
352
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
353
|
-
<ul class="tsd-parameters">
|
|
354
|
-
<li>
|
|
355
|
-
<h5>transparent: <span class="tsd-signature-type">boolean</span></h5>
|
|
356
|
-
<div class="tsd-comment tsd-typography">
|
|
357
|
-
<p>是否透明</p>
|
|
358
|
-
</div>
|
|
359
|
-
</li>
|
|
360
|
-
</ul>
|
|
361
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
362
|
-
</li>
|
|
363
|
-
</ul>
|
|
364
|
-
</section>
|
|
365
|
-
</section>
|
|
366
|
-
</div>
|
|
367
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
368
|
-
<nav class="tsd-navigation primary">
|
|
369
|
-
<ul>
|
|
370
|
-
<li class=" ">
|
|
371
|
-
<a href="../modules.html">Modules</a>
|
|
372
|
-
</li>
|
|
373
|
-
<li class=" tsd-kind-module">
|
|
374
|
-
<a href="../modules/five.html">five</a>
|
|
375
|
-
</li>
|
|
376
|
-
<li class=" tsd-kind-module">
|
|
377
|
-
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
378
|
-
</li>
|
|
379
|
-
<li class=" tsd-kind-module">
|
|
380
|
-
<a href="../modules/line.html">line</a>
|
|
381
|
-
</li>
|
|
382
|
-
<li class=" tsd-kind-module">
|
|
383
|
-
<a href="../modules/react.html">react</a>
|
|
384
|
-
</li>
|
|
385
|
-
<li class=" tsd-kind-module">
|
|
386
|
-
<a href="../modules/server.html">server</a>
|
|
387
|
-
</li>
|
|
388
|
-
<li class="current tsd-kind-module">
|
|
389
|
-
<a href="../modules/sticker.html">sticker</a>
|
|
390
|
-
</li>
|
|
391
|
-
</ul>
|
|
392
|
-
</nav>
|
|
393
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
394
|
-
<ul class="before-current">
|
|
395
|
-
</ul>
|
|
396
|
-
<ul class="current">
|
|
397
|
-
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
398
|
-
<a href="sticker.sticker-1.html" class="tsd-kind-icon">Sticker</a>
|
|
399
|
-
<ul>
|
|
400
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
|
401
|
-
<a href="sticker.sticker-1.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
402
|
-
</li>
|
|
403
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
|
|
404
|
-
<a href="sticker.sticker-1.html#_needsrender" class="tsd-kind-icon">_needs<wbr>Render</a>
|
|
405
|
-
</li>
|
|
406
|
-
<li class=" tsd-kind-accessor tsd-parent-kind-class">
|
|
407
|
-
<a href="sticker.sticker-1.html#needsrender" class="tsd-kind-icon">needs<wbr>Render</a>
|
|
408
|
-
</li>
|
|
409
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
410
|
-
<a href="sticker.sticker-1.html#dispose" class="tsd-kind-icon">dispose</a>
|
|
411
|
-
</li>
|
|
412
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
413
|
-
<a href="sticker.sticker-1.html#locationwithintersection" class="tsd-kind-icon">location<wbr>With<wbr>Intersection</a>
|
|
414
|
-
</li>
|
|
415
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
416
|
-
<a href="sticker.sticker-1.html#setsize" class="tsd-kind-icon">set<wbr>Size</a>
|
|
417
|
-
</li>
|
|
418
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
419
|
-
<a href="sticker.sticker-1.html#settransparent" class="tsd-kind-icon">set<wbr>Transparent</a>
|
|
420
|
-
</li>
|
|
421
|
-
</ul>
|
|
422
|
-
</li>
|
|
423
|
-
</ul>
|
|
424
|
-
<ul class="after-current">
|
|
425
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
426
|
-
<a href="../interfaces/sticker.intersectionlike.html" class="tsd-kind-icon">Intersection<wbr>Like</a>
|
|
427
|
-
</li>
|
|
428
|
-
</ul>
|
|
429
|
-
</nav>
|
|
430
|
-
</div>
|
|
431
|
-
</div>
|
|
432
|
-
</div>
|
|
433
|
-
<footer>
|
|
434
|
-
<div class="container">
|
|
435
|
-
<h2>Legend</h2>
|
|
436
|
-
<div class="tsd-legend-group">
|
|
437
|
-
<ul class="tsd-legend">
|
|
438
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
439
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
440
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
441
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
442
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
443
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
444
|
-
</ul>
|
|
445
|
-
<ul class="tsd-legend">
|
|
446
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
447
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
448
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
449
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
450
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
|
451
|
-
</ul>
|
|
452
|
-
<ul class="tsd-legend">
|
|
453
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
454
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
455
|
-
</ul>
|
|
456
|
-
<ul class="tsd-legend">
|
|
457
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
458
|
-
</ul>
|
|
459
|
-
</div>
|
|
460
|
-
</div>
|
|
461
|
-
</footer>
|
|
462
|
-
<div class="overlay"></div>
|
|
463
|
-
<script src="../assets/js/main.js"></script>
|
|
464
|
-
</body>
|
|
465
|
-
</html>
|