SensorQuaternion.Y プロパティ

定義

四元数の y 値を取得します。

public:
 property float Y { float get(); };
float Y();
public float Y { get; }
var single = sensorQuaternion.y;
Public ReadOnly Property Y As Single

プロパティ値

Single

float

四元数の y 値。

適用対象