C# Class SFML.Window.SensorEvent

Show file Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
Type Sensor.Type
X float
Y float
Z float

Property Details

Type public property

Type of the sensor
public Sensor.Type Type
return Sensor.Type

X public property

Current value of the sensor on X axis
public float X
return float

Y public property

Current value of the sensor on Y axis
public float Y
return float

Z public property

Current value of the sensor on Z axis
public float Z
return float