Class: InputOptions
Defined in: src/core/Options.ts:33
Default options for XR controllers, which encompass hands by default in Android XR, mouse input on desktop, tracked controllers, and gamepads.
Constructors
Constructor
new InputOptions():
InputOptions
Returns
InputOptions
Properties
debug
debug:
boolean=false
Defined in: src/core/Options.ts:39
Whether to enable debugging features for controllers.
enabled
enabled:
boolean=true
Defined in: src/core/Options.ts:35
Whether controller input is enabled.
enabledMouse
enabledMouse:
boolean=true
Defined in: src/core/Options.ts:37
Whether mouse input should act as a controller on desktop.
visualization
visualization:
boolean=false
Defined in: src/core/Options.ts:41
Whether to show controller models.
visualizeRays
visualizeRays:
boolean=false
Defined in: src/core/Options.ts:43
Whether to show the ray lines extending from the controllers.