Class AccelerometerResult
- 네임스페이스
- easyar
가속도계 판독값. x축 양의 방향은 장치 중심에서 화면 오른쪽 부분을 향합니다. y축 양의 방향은 장치 중심에서 화면 윗부분을 향합니다. z축 양의 방향은 장치 중심에서 화면을 수직으로 뚫고 나옵니다. x, y, z 단위는 m/s^2입니다. timestamp 단위는 초(seconds)입니다.
Record AccelerometerResult
AccelerometerResult
속성
x
float x
float x
public float x
public Float x
@property (nonatomic) float x
public var x: Float
public float x
y
float y
float y
public float y
public Float y
@property (nonatomic) float y
public var y: Float
public float y
z
float z
float z
public float z
public Float z
@property (nonatomic) float z
public var z: Float
public float z