Table of Contents

Class MagnetometerResult

名前空間
easyar

磁力計の読み取り。 x軸の正方向は、デバイスの中心から画面の右側を指す。 y軸の正方向は、デバイスの中心から画面の上部を指す。 z軸の正方向は、デバイスの中心から画面に垂直に外側を指す。 x, y, zの単位はuT(マイクロテスラ)です。 タイムスタンプの単位は秒です。

Record MagnetometerResult
MagnetometerResult

プロパティ

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

timestamp

double timestamp
double timestamp
public double timestamp
public Double timestamp
@property (nonatomic) double timestamp
public var timestamp: Double
public double timestamp