Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IJoystickUpdate

Represents updatable components of a joystick which developers can update from game clients.

Hierarchy

Index

Properties

Optional angle

angle: number

Updates the angle of the Joysticks direction indicator. In radians 0 - 2π.

Optional disabled

disabled: boolean

When set to true this will disable the control. When set to false this will enable the control.

Optional intensity

intensity: number

updates the strength/opacity of the direction indicator.

Optional sampleRate

sampleRate: number

Updates the sampleRate of this joystick

In milliseconds.

Generated using TypeDoc