Table of Contents

Interface IGravitySensor

Namespace
Stride.Input
Assembly
Stride.Input.dll

This class represents a sensor of type Gravity. It measures the gravity force applying on the device.

public interface IGravitySensor : ISensorDevice, IInputDevice
Inherited Members

Properties

Vector

Gets the current gravity applied on the device (in meters/seconds^2).

Vector3 Vector { get; }

Property Value

Vector3