Updated Swipe Sensor.md (markdown)
commited
commit
993db785fda009afcf39ae83cecc212805dbd87b
... | ... | @@ -1,3 +1,7 @@ |
1 | Executes the output when user performs a swipe gesture. Also, outputs a vector of the swipe direction in the floor plane. (You can implement other custom swipe gestures using the [[Touch Sensor]].)
|
|
1 | Executes the output when user performs a swipe gesture. Also, outputs the swipe direction.
|
|
2 | 2 | |
3 | [[/uploads/Swipesensor.png]] |
|
... | ... | \ No newline at end of file |
0 | [[/uploads/Swipesensor.png]] |
|
1 | ||
2 | ## Notes |
|
3 | ||
4 | - 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]]. |
|
... | ... | \ No newline at end of file |