Table of Contents

Interface ISensorDevice

Namespace
Stride.Input
Assembly
Stride.Input.dll

Interface for a sensor device, use more specific interfaces to retrieve sensor data

public interface ISensorDevice : IInputDevice
Inherited Members
Extension Methods

Properties

IsEnabled

Gets or sets if this sensor is enabled

bool IsEnabled { get; set; }

Property Value

bool

Remarks

Sensors are disabled by default