OrientationSensorData 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
方向的感測器數據。
public struct OrientationSensorData : IEquatable<Xamarin.Essentials.OrientationSensorData>
[System.Runtime.CompilerServices.IsReadOnly]
public struct OrientationSensorData : IEquatable<Xamarin.Essentials.OrientationSensorData>
- 繼承
-
System.ValueTypeOrientationSensorData
- 屬性
-
System.Runtime.CompilerServices.IsReadOnlyAttribute
- 實作
-
System.IEquatable<OrientationSensorData>
建構函式
OrientationSensorData(Double, Double, Double, Double) |
公用建構函式 |
OrientationSensorData(Single, Single, Single, Single) |
公用建構函式 |
屬性
Orientation |
取得表示四元數的目前方向。 |
方法
Equals(Object) |
如果等於另一個物件 |
Equals(OrientationSensorData) |
比較基礎四元數實例。 |
GetHashCode() |
取得物件的哈希碼。 |
ToString() |
數據的字串表示。 |
運算子
Equality(OrientationSensorData, OrientationSensorData) |
equals 的相等運算符 |
Inequality(OrientationSensorData, OrientationSensorData) |
不等比較檢查 |