API Docs for: v0.1.0
Show:

AXIS Class

Defined in: src\constants.js:182

These represent different axis. They are bitmap flags and can be combined together.

Item Index

Properties

Properties

HORIZONTAL

Number final static

Represents a horizontal axis, binary value: 0001

Default: 1

NONE

Number final static

Represents no axis, binary value: 0000

Default: 0

VERTICAL

Number final static

Represents a vertical axis, binary value: 0010

Default: 2

VERTICAL

Number final static

Represents both axes, binary value: 0011

Default: 3