Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StickValues

Represents a gamepad control stick position

Hierarchy

  • StickValues

Index

Constructors

Properties

Constructors

constructor

  • Initializes the gamepad x and y control stick values

    Parameters

    • x: number

      The x component of the gamepad control stick value

    • y: number

      The y component of the gamepad control stick value

    Returns StickValues

Properties

xSearch playground for x

x: number

The x component of the control stick

ySearch playground for y

y: number

The y component of the control stick

Legend

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