The InputMotionData struct in the Sandbox
namespace represents the current state of a device's motion sensors, providing access to raw data from the gyroscope and accelerometer.
The InputMotionData struct in the Sandbox
namespace represents the current state of a device's motion sensors, providing access to raw data from the gyroscope and accelerometer.
Member Name | Summary |
---|---|
Gyroscope | The raw value from the input device's gyroscope. |
Accelerometer | The raw value from the input device's accelerometer. |