forked from microsoft/MixedRealityToolkit-Unity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.yml
293 lines (293 loc) · 10.1 KB
/
toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
- name: Getting Started with MRTK
href: GettingStartedWithTheMRTK.md
items:
- name: Release Notes
href: ReleaseNotes.md
- name: MRTK Package Contents
href: MRTK_PackageContents.md
- name: Updating from earlier versions
href: Updating.md
- name: Upgrading from HTK
href: HTKToMRTKPortingGuide.md
- name: Building and Deploying MRTK
href: BuildAndDeploy.md
- name: NuGet Packages
href: MRTKNuGetPackage.md
- name: MRTK configuration dialog
href: MRTK_Configuration_Dialog.md
- name: Getting started with MRTK and XR SDK
href: GettingStartedWithMRTKAndXRSDK.md
- name: Performance
href: Performance/PerfGettingStarted.md
- name: Hologram Stabilization
href: Hologram-Stabilization.md
- name: Using MRTK in large projects
href: LargeProjects.md
- name: Architecture
items:
- name: Overview
href: Architecture/Overview.md
- name: Framework and Runtime
href: Architecture/FrameworkAndRuntime.md
- name: Input System
items:
- name: Terminology
href: Architecture/InputSystem/Terminology.md
- name: Core System
href: Architecture/InputSystem/CoreSystem.md
- name: Controllers, Pointers, and Focus
href: Architecture/InputSystem/ControllersPointersAndFocus.md
- name: Systems, Extension Services and Data Providers
href: Architecture/SystemsExtensionsProviders.md
- name: Feature Overviews
items:
- name: Boundary System
items:
- name: Boundary System Overview
href: Boundary/BoundarySystemGettingStarted.md
- name: Configuring the Boundary Visualization
href: Boundary/ConfiguringBoundaryVisualization.md
- name: Camera System
items:
- name: Camera System Overview
href: CameraSystem/CameraSystemOverview.md
- name: Camera Settings Providers
items:
- name: Windows Mixed Reality Camera Settings
href: CameraSystem/WindowsMixedRealityCameraSettings.md
- name: Unity AR Camera Settings [Experimental]
href: CameraSystem/UnityArCameraSettings.md
- name: Creating a camera settings provider
href: CameraSystem/CreateSettingsProvider.md
- name: Cross Platform Support
items:
- name: Configure MRTK for iOS and Android
href: CrossPlatform/UsingARFoundation.md
- name: Configure MRTK for Leap Motion Hand Tracking
href: CrossPlatform/LeapMotionMRTK.md
- name: Detecting Platform Capabilities
href: DetectingPlatformCapabilities.md
- name: Diagnostics System
items:
- name: Diagnostics System Overview
href: Diagnostics/DiagnosticsSystemGettingStarted.md
- name: Configuring the Diagnostics System
href: Diagnostics/ConfiguringDiagnostics.md
- name: Using the Visual Profiler
href: Diagnostics/UsingVisualProfiler.md
- name: Extension Services
items:
- name: Extension Service Creation Wizard
href: Tools/ExtensionServiceCreationWizard.md
- name: Scene Transition Service Overview
href: Extensions/SceneTransitionService/SceneTransitionServiceOverview.md
- name: Hand Physics Service Overview
href: Extensions/HandPhysicsService/HandPhysicsServiceOverview.md
- name: Input System
items:
- name: Input Overview
href: Input/Overview.md
- name: Input Actions
href: Input/InputActions.md
- name: Input Events
href: Input/InputEvents.md
- name: Input Providers
items:
- name: Input Providers Overview
href: Input/InputProviders.md
- name: Creating an input data provider
href: Input/CreateDataProvider.md
- name: Controllers
href: Input/Controllers.md
- name: Eyes
items:
- name: Overview
href: EyeTracking/EyeTracking_Main.md
- name: Getting Started
href: EyeTracking/EyeTracking_BasicSetup.md
- name: Access Data via Code
href: EyeTracking/EyeTracking_EyeGazeProvider.md
- name: Validate Tracking Calibration
href: EyeTracking/EyeTracking_IsUserCalibrated.md
- name: Gaze
href: Input/Gaze.md
- name: Gestures
href: Input/Gestures.md
- name: Hands
href: Input/HandTracking.md
- name: How to Add Near Interaction
href: Input/HowToAddNearInteractivity.md
- name: In-Editor Input Simulation
href: InputSimulation/InputSimulationService.md
- name: Pointers
href: Input/Pointers.md
- name: Voice Input
items:
- name: Dictation
href: Input/Dictation.md
- name: Speech (Command and Control)
href: Input/Speech.md
- name: Multi Scene System
items:
- name: Multi Scene System Overview
href: SceneSystem/SceneSystemGettingStarted.md
- name: Scene Types
href: SceneSystem/SceneSystemSceneTypes.md
- name: Content Scene Loading
href: SceneSystem/SceneSystemContentLoading.md
- name: Monitoring Content Loading
href: SceneSystem/SceneSystemLoadProgress.md
- name: Lighting Scene Operations
href: SceneSystem/SceneSystemLightingScenes.md
- name: Packaging
items:
- name: MRTK Packages
href: Packaging/MRTK_Packages.md
- name: MRTK Modularization
href: Packaging/MRTK_Modularization.md
- name: Profiles
items:
- name: Profiles Overview
href: Profiles/Profiles.md
- name: Configuration Guide
href: MixedRealityConfigurationGuide.md
- name: Rendering
items:
- name: MRTK Standard Shader
href: README_MRTKStandardShader.md
- name: Material Instance Overview
href: Rendering/MaterialInstance.md
- name: Hover Light Overview
href: Rendering/HoverLight.md
- name: Proximity Light Overview
href: Rendering/ProximityLight.md
- name: Clipping Primitive Overview
href: Rendering/ClippingPrimitive.md
- name: Services
items:
- name: What makes a mixed reality feature
href: MixedRealityServices.md
- name: What are the MixedRealityServiceRegistry and IMixedRealityServiceRegistrar
href: ServiceUtilities/MixedRealityServiceRegistryAndIMixedRealityServiceRegistrar.md
- name: Extension services
href: Extensions/ExtensionServices.md
- name: Spatial Awareness System
items:
- name: Spatial Awareness Overview
href: SpatialAwareness/SpatialAwarenessGettingStarted.md
- name: Spatial Observers
items:
- name: Configuring Observers for Device
href: SpatialAwareness/ConfiguringSpatialAwarenessMeshObserver.md
- name: Configuring Observers for Editor
href: SpatialAwareness/SpatialObjectMeshObserver.md
- name: Controlling Observers via Code
href: SpatialAwareness/UsageGuide.md
- name: Creating a custom Observer
href: SpatialAwareness/CreateDataProvider.md
- name: Teleport System Overview
href: TeleportSystem/Overview.md
- name: Tools
items:
- name: Dependency Window
href: Tools/DependencyWindow.md
- name: Extension Service Creation Wizard
href: Tools/ExtensionServiceCreationWizard.md
- name: Holographic Remoting
href: Tools/HolographicRemoting.md
- name: Input Animation Recording
href: InputSimulation/InputAnimationRecording.md
items:
- name: Input Animation File Format Specification
href: InputSimulation/InputAnimationFileFormat.md
- name: Optimize Window
href: Tools/OptimizeWindow.md
- name: Runtime tools
items:
- name: Controller Mapping tool
href: Tools/ControllerMappingTool.md
- name: UX Building Blocks
items:
- name: Toolbox Window
href: README_Toolbox.md
- name: Button
href: README_Button.md
- name: Bounding Box
href: README_BoundingBox.md
- name: Object Manipulator
href: README_ObjectManipulator.md
- name: Manipulation Handler [Obsolete]
href: README_ManipulationHandler.md
- name: Slate
href: README_Slate.md
- name: System Keyboard
href: README_SystemKeyboard.md
- name: Interactable
href: README_Interactable.md
- name: Solvers
href: README_Solver.md
items:
- name: Tap to Place
href: README_TapToPlace.md
- name: Object Collection
href: README_ObjectCollection.md
- name: Tooltips
href: README_Tooltip.md
- name: Slider
href: README_Sliders.md
- name: Hand Menu
href: README_HandMenu.md
- name: Near Menu
href: README_NearMenu.md
- name: App Bar
href: README_AppBar.md
- name: Fingertip Visualization
href: README_FingertipVisualization.md
- name: Progress Indicator
href: README_ProgressIndicator.md
- name: Dialog [Experimental]
href: ../Assets/MRTK/SDK/Experimental/Dialog/README_Dialog.md
- name: Hand Coach [Experimental]
href: ../Assets/MRTK/SDK/Experimental/HandCoach/README_HandCoach.md
- name: Scrolling Object Collection [Experimental]
href: ../Assets/MRTK/SDK/Experimental/ScrollingObjectCollection/README.md
- name: Pulse Shader [Experimental]
href: ../Assets/MRTK/SDK/Experimental/PulseShader/README.md
- name: Dock Control [Experimental]
href: ../Assets/MRTK/SDK/Experimental/Dock/README_Dock.md
- name: HoloLens Keyboard Helpers [Experimental]
href: ../Assets/MRTK/SDK/Experimental/MixedRealityKeyboard/README_MixedRealityKeyboard.md
- name: Example Scenes
items:
- name: Examples Hub
href: README_ExampleHub.md
- name: Hand Interaction Example
href: README_HandInteractionExamples.md
- name: Eye Tracking Interaction Example
href: EyeTracking/EyeTracking_ExamplesOverview.md
- name: Contributing
items:
- name: Contributing Overview
href: Contributing/CONTRIBUTING.md
- name: Coding Guidelines
href: Contributing/CodingGuidelines.md
- name: Writing and Running Tests
href: Contributing/UnitTests.md
- name: Writing Documentation
href: Contributing/DocumentationGuide.md
- name: Pull Requests
href: Contributing/PullRequests.md
- name: Experimental Features
href: Contributing/ExperimentalFeatures.md
- name: Breaking Changes
href: Contributing/BreakingChanges.md
- name: How to use DocFX
href: Contributing/DevDocGuide.md
- name: Planning
items:
- name: Roadmap
href: Contributing/Roadmap.md
- name: Notice
href: ../NOTICE.md
- name: Authors
href: Authors.md