Name | Type | Description |
---|---|---|
renderer |
WebGLRenderer | WebGPURenderer |
A reference to the current renderer |
Implements
Members
default options used by the system
Properties:
Name | Type | Default | Description |
---|---|---|---|
activateOnTab |
boolean |
true
|
Whether to activate accessibility when tab key is pressed |
deactivateOnMouseMove |
boolean |
true
|
Whether to deactivate accessibility when mouse moves |
debug |
boolean |
false
|
Whether to visually show the accessibility divs for debugging |
enabledByDefault |
boolean |
false
|
Whether to enable accessibility features on initialization |
Whether accessibility divs are visible for debugging
- Default Value:
- false
Value of true
if accessibility is currently active and accessibility layers are showing.
Value of true
if accessibility is enabled for touch devices.
Methods
Destroys the accessibility system. Removes all elements and listeners.
Enables or disables the accessibility system.
Name | Type | Description |
---|---|---|
enabled |
boolean |
Whether to enable or disable accessibility. |