IUserAccelerationSensor Interface
Namespace: Stride.InputAssembly: Stride.Input.dll
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
Name | Description | |
---|---|---|
Properties | ||
Acceleration | Gets the current acceleration applied by the user (in meters/seconds^2). |
Properties
Acceleration
Gets the current acceleration applied by the user (in meters/seconds^2).
Vector3 Acceleration { get; }
Property Value
Type | Description |
---|---|
Vector3 |