ISensorDevice Interface
Namespace: Stride.InputAssembly: Stride.Input.dll
Interface for a sensor device, use more specific interfaces to retrieve sensor data
public interface ISensorDevice : IInputDevice
| Name | Description | |
|---|---|---|
| Properties | ||
| IsEnabled | Gets or sets if this sensor is enabled |
|
Properties
IsEnabled
Gets or sets if this sensor is enabled
bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Remarks
Sensors are disabled by default