Enumeration

MetaMotionDirection

since: 13

Declaration

enum Meta.MotionDirection

Description

No description available.

Available since: 13

Members

META_MOTION_UP

Upwards motion.

  • Value: -1
  • Nickname: up
  • Available since: 13
META_MOTION_DOWN

Downwards motion.

  • Value: -2
  • Nickname: down
  • Available since: 13
META_MOTION_LEFT

Motion to the left.

  • Value: -3
  • Nickname: left
  • Available since: 13
META_MOTION_RIGHT

Motion to the right.

  • Value: -4
  • Nickname: right
  • Available since: 13
META_MOTION_UP_LEFT

Motion up and to the left.

  • Value: -5
  • Nickname: up-left
  • Available since: 13
META_MOTION_UP_RIGHT

Motion up and to the right.

  • Value: -6
  • Nickname: up-right
  • Available since: 13
META_MOTION_DOWN_LEFT

Motion down and to the left.

  • Value: -7
  • Nickname: down-left
  • Available since: 13
META_MOTION_DOWN_RIGHT

Motion down and to the right.

  • Value: -8
  • Nickname: down-right
  • Available since: 13