Table of Contents

Class SensorReadingEventArgs<T>

Namespace
MonoGame.Framework.Devices.Sensors
Assembly
MonoGame.Framework.dll

Provides data for sensor events.

public class SensorReadingEventArgs<T> : EventArgs where T : ISensorReading

Type Parameters

T

The type of the sensor.

Inheritance
SensorReadingEventArgs<T>
Inherited Members

Constructors

SensorReadingEventArgs(T)

Creates a new instance of the SensorReadingEventArgs class.

public SensorReadingEventArgs(T sensorReading)

Parameters

sensorReading T

Sensor reader.

Properties

SensorReading

Sensor reader type.

public T SensorReading { get; set; }

Property Value

T