Table of Contents

Interface IGyroscopeSensor

Namespace
Stride.Input
Assembly
Stride.Input.dll

This class represents a sensor of type Gyroscope. It measures the rotation speed of device along the x/y/z axis.

public interface IGyroscopeSensor : ISensorDevice, IInputDevice
Inherited Members

Properties

RotationRate

Gets the current rotation speed of the device along x/y/z axis.

Vector3 RotationRate { get; }

Property Value

Vector3