MixedReality.Toolkit.Subsystems Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dictation |
A Unity subsystem that enables dictation. |
Dictation |
Interface for providing recognition functionality for the implementation. |
Dictation |
Encapsulates the parameters for creating a new DictationSubsystemDescriptor. |
Dictation |
Specifies a functionality description that may be registered for each implementation that provides the DictationSubsystem interface. |
Hands |
Subsystem for aggregating skeletal hand joint data from all available sources. |
Hands |
Interface for providing hand functionality for the implementation. |
Hands |
A subsystem that exposes information about the user's hands. |
Hands |
An abstract class defining hand functionality for a HandsSubsystem object. |
Hands |
Encapsulates the parameters for creating a new HandsSubsystemDescriptor. |
Hands |
Specifies a functionality description that may be registered for each implementation that provides the HandsSubsystem interface. |
Keyword |
A subsystem that exposes information about the user's KeywordRecognition. |
Keyword |
Interface for providing recognition functionality for the implementation. |
Keyword |
Encapsulates the parameters for creating a new KeywordRecognitionSubsystemDescriptor. |
Keyword |
Specifies a functionality description that may be registered for each implementation that provides the KeywordRecognitionSubsystem interface. |
MRTKLifecycle |
This class is responsible for managing and coordinating the lifecycle of Mixed Reality Toolkit subsystems. |
MRTKSubsystem<TSubsystem,TSubsystem |
A SubsystemWithProvider that supports Mixed Reality Toolkit lifecycle methods. |
MRTKSubsystem |
Attribute marking a concrete and creatable MRTK subsystem. Subsystem classes marked with this attribute will be discoverable to the MRTKLifecycleManager and to the MRTK profile editor. |
MRTKSubsystem |
Encapsulates the parameters for creating a new MRTKSubsystemDescriptor<TSubsystem,TProvider>. |
MRTKSubsystem |
Specifies a functionality description that implements the IMRTKSubsystemDescriptor interface. |
MRTKSubsystem |
A provider that supports MRTK-specific lifecycle events. |
Text |
A subsystem to enable text-to-speech. |
Text |
An abstract class for the provider that will implement the ITextToSpeechSubsystem. |
Text |
Encapsulates the parameters for creating a new TextToSpeechSubsystemDescriptor. |
Text |
Specifies a functionality description that may be registered for each implementation that provides the TextToSpeechSubsystem interface. |
Dictation |
Event data associated with the result of dictation. |
Dictation |
Event data associated with the session of dictation. |
IDictation |
Specification for what a DictationSubsystem needs to be able to provide. Both the DictationSubsystem implementation and the associated provider MUST implement this interface, preferably with a direct 1:1 mapping between the provider surface and the subsystem surface. |
IHands |
Specification for what a subsystem needs to be able to provide to aggregator multiple IHandsSubsystem subsystems. |
IHands |
Specification for what a HandsSubsystem needs to be able to provide. Both the HandsSubsystem implementation and the associated provider MUST implement this interface, preferably with a direct 1:1 mapping between the provider surface and the subsystem surface. |
IKeyword |
Specification for what a KeywordRecognitionSubsystem needs to be able to provide. Both the KeywordRecognitionSubsystem implementation and the associated provider MUST implement this interface, preferably with a direct 1:1 mapping between the provider surface and the subsystem surface. |
IMRTKManaged |
Interface defining a subsystem that supports being managed by the MRTKLifecycleManager. |
IMRTKSubsystem |
Base descriptor required of all Mixed Reality Toolkit subsystems. |
Dictation |
Describes the reasons for a dictation event. |