IAccessibilitySubsystem Interface
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.
Cross-platform, portable set of specifications for which an Accessibility Subsystem is capable. Both the Accessibility subsystem and the associated provider must implement this interface, preferably with a direct mapping or wrapping between the provider surface and the subsystem surface.
public interface IAccessibilitySubsystem
type IAccessibilitySubsystem = interface
Public Interface IAccessibilitySubsystem
- Derived
Invert |
Should text color inversion be enabled? |
Apply |
Provides a material which should have it's text color modified. |
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 |