C# 클래스 SFML.Window.SensorEvent

파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Type Sensor.Type
X float
Y float
Z float

프로퍼티 상세

Type 공개적으로 프로퍼티

Type of the sensor
public Sensor.Type Type
리턴 Sensor.Type

X 공개적으로 프로퍼티

Current value of the sensor on X axis
public float X
리턴 float

Y 공개적으로 프로퍼티

Current value of the sensor on Y axis
public float Y
리턴 float

Z 공개적으로 프로퍼티

Current value of the sensor on Z axis
public float Z
리턴 float