C# Class SFML.Window.SensorEvent

Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

Свойство 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
Résultat Sensor.Type

X public_oe property

Current value of the sensor on X axis
public float X
Résultat float

Y public_oe property

Current value of the sensor on Y axis
public float Y
Résultat float

Z public_oe property

Current value of the sensor on Z axis
public float Z
Résultat float