Table of Contents

Interface IUserAccelerationSensor

Namespace
Stride.Input
Assembly
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
Inherited Members

Properties

Acceleration

Gets the current acceleration applied by the user (in meters/seconds^2).

Vector3 Acceleration { get; }

Property Value

Vector3