AccessibilitySubsystem 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.
A subsystem that exposes information about the current enabled assistive technologies.
[UnityEngine.Scripting.Preserve]
public class AccessibilitySubsystem : MixedReality.Toolkit.Subsystems.MRTKSubsystem<MixedReality.Toolkit.Accessibility.AccessibilitySubsystem,MixedReality.Toolkit.Accessibility.AccessibilitySubsystemDescriptor,MixedReality.Toolkit.Accessibility.AccessibilitySubsystem.Provider>, MixedReality.Toolkit.Accessibility.IAccessibilitySubsystem
[<UnityEngine.Scripting.Preserve>]
type AccessibilitySubsystem = class
inherit MRTKSubsystem<AccessibilitySubsystem, AccessibilitySubsystemDescriptor, AccessibilitySubsystem.Provider>
interface IAccessibilitySubsystem
Public Class AccessibilitySubsystem
Inherits MRTKSubsystem(Of AccessibilitySubsystem, AccessibilitySubsystemDescriptor, AccessibilitySubsystem.Provider)
Implements IAccessibilitySubsystem
- Inheritance
-
UnityEngine.SubsystemsImplementation.SubsystemWithProvider<TSubsystem,TSubsystemDescriptor,TProvider>MRTKSubsystem<AccessibilitySubsystem,AccessibilitySubsystemDescriptor,AccessibilitySubsystem.Provider>AccessibilitySubsystem
- Derived
- Attributes
-
UnityEngine.Scripting.PreserveAttribute
- Implements
Accessibility |
Initializes a new instance of the AccessibilitySubsystem class. |
Invert |
Should text color inversion be enabled? |
Apply |
Provides a material which should have it's text color modified. |
On |
Called in response to the lifecycle manager fix update event function being called, if this subsystem is running. (Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>) |
On |
Called in response to the lifecycle manager late update event function being called, if this subsystem is running. (Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>) |
On |
Called in response to the lifecycle manager update event function being called, if this subsystem is running. (Inherited from MRTKSubsystem<TSubsystem,TSubsystemDescriptor,TProvider>) |
Register(Accessibility |
Registers a accessibility subsystem implementation based on the given subsystem parameters. |
Try |
Attempts to retrieve the collection of AccessibleObjectClassification instances for the objects that have been registered. |
Try |
Attempts to register the specified UnityEngine.GameObject using the associated AccessibleObjectClassification. |
Try |
Attempts to unregister the specified UnityEngine.GameObject using the associated AccessibleObjectClassification |
Invert |
Indicates that the value of InvertTextColor has been changed. |
מוצר | גירסאות |
---|---|
MRTK3 Accessibility | 1.0 |