Motion event argument. More...
Public Member Functions | |
MotionEventArgs () | |
Constructor. | |
MotionEventArgs (MotionEvent motionEvent) | |
Constructor. | |
Properties | |
Vector3 | Acceleration [get, set] |
Obtains and sets the acceleration. | |
Vector3 | AngularVelocity [get, set] |
Obtains and sets the angular velocity. |
Motion event argument.
MotionEventArgs | ( | MotionEvent | motionEvent | ) |
Constructor.
motionEvent | Motion sensor information |