KeywordRecognitionSubsystem.Provider Class
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.
Interface for providing recognition functionality for the implementation.
public abstract class KeywordRecognitionSubsystem.Provider : MixedReality.Toolkit.Subsystems.MRTKSubsystemProvider<MixedReality.Toolkit.Subsystems.KeywordRecognitionSubsystem>, MixedReality.Toolkit.Subsystems.IKeywordRecognitionSubsystem, UnityEngine.ISubsystem
type KeywordRecognitionSubsystem.Provider = class
inherit MRTKSubsystemProvider<KeywordRecognitionSubsystem>
interface IKeywordRecognitionSubsystem
interface ISubsystem
Public MustInherit Class KeywordRecognitionSubsystem.Provider
Inherits MRTKSubsystemProvider(Of KeywordRecognitionSubsystem)
Implements IKeywordRecognitionSubsystem, ISubsystem
- Inheritance
-
UnityEngine.SubsystemsImplementation.SubsystemProvider<TSubsystem>KeywordRecognitionSubsystem.Provider
- Implements
-
IKeywordRecognitionSubsystem Unity
Engine. ISubsystem
keyword |
The dictionary storing the current keywords and their associated actions. |
Create |
Add or update a keyword to recognize. |
Destroy() |
Destroys this instance of a Unity subsystem. (Inherited from MRTKSubsystemProvider<TSubsystem>) |
Fixed |
Called by the subsystem in response to the lifecycle manager's FixedUpdate method being called. (Inherited from MRTKSubsystemProvider<TSubsystem>) |
Get |
Get a read-only reference to the all keywords that are currently registered with the recognizer. |
Late |
Called by the subsystem in response to the lifecycle manager's LateUpdate method being called. (Inherited from MRTKSubsystemProvider<TSubsystem>) |
Remove |
Remove all keywords to recognize. |
Remove |
Remove a keyword to recognize. |
Start() |
Starts an instance of a Unity subsystem. (Inherited from MRTKSubsystemProvider<TSubsystem>) |
Stop() |
Stops an instance of a Unity subsystem. (Inherited from MRTKSubsystemProvider<TSubsystem>) |
Update() |
Called by the subsystem in response to the lifecycle manager's Update method being called. (Inherited from MRTKSubsystemProvider<TSubsystem>) |
Proizvod | Verzije |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |