Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMinimalMotionControllerObject

The elements needed for change-detection of the gamepad objects in motion controllers

Hierarchy

  • IMinimalMotionControllerObject

Index

Properties

axesSearch playground for axes

axes: number[]

Available axes of this controller

buttonsSearch playground for buttons

buttons: Array<{ pressed: boolean; touched: boolean; value: number }>

An array of available buttons

Optional hapticActuatorsSearch playground for hapticActuators

hapticActuators: Array<{ pulse: (value: number, duration: number) => Promise<boolean> }>

EXPERIMENTAL haptic support.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method