C# Class SFML.Window.SensorEvent

Exibir arquivo 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_oe property

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

X public_oe property

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

Y public_oe property

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

Z public_oe property

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