Swipe Sensor

From Fancade Wiki
Revision as of 19:08, 16 May 2024 by Nikitaivanov (talk | contribs) (Created page with "Executes the output when user performs a swipe gesture. Also, outputs the swipe direction. /uploads/Swipe Sensor.png == Notes == * The Swipe Sensor is easy to use, but limited. The swipe direction is always a cardinal direction in the X/Z plane. If you need more, script your own swipe sensor using the Touch Sensor. * If the player holds the finger after swiping, it only outputs the signals every 15 ticks. Category:Blocks ")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Executes the output when user performs a swipe gesture. Also, outputs the swipe direction.

/uploads/Swipe Sensor.png

Notes

  • The Swipe Sensor is easy to use, but limited. The swipe direction is always a cardinal direction in the X/Z plane. If you need more, script your own swipe sensor using the Touch Sensor.
  • If the player holds the finger after swiping, it only outputs the signals every 15 ticks.