Interface IUserAccelerationSensor
This class represents a sensor of type user acceleration. It measures the acceleration applied by the user (no gravity) onto the device.
public interface IUserAccelerationSensor : ISensorDevice, IInputDevice
- Inherited Members
Properties
Acceleration
Gets the current acceleration applied by the user (in meters/seconds^2).
Vector3 Acceleration { get; }