GyroscopeData Struktur

Definition

Gyroskopinformationen.

public struct GyroscopeData : IEquatable<Xamarin.Essentials.GyroscopeData>
[System.Runtime.CompilerServices.IsReadOnly]
public struct GyroscopeData : IEquatable<Xamarin.Essentials.GyroscopeData>
Vererbung
System.ValueType
GyroscopeData
Attribute
System.Runtime.CompilerServices.IsReadOnlyAttribute
Implementiert
System.IEquatable<GyroscopeData>

Konstruktoren

GyroscopeData(Double, Double, Double)

Öffentlicher Konstruktor

GyroscopeData(Single, Single, Single)

Öffentlicher Konstruktor.

Eigenschaften

AngularVelocity

Ruft den Winkelgeschwindigkeitsvektor in Bogenmaßen pro Sekunde ab.

Methoden

Equals(GyroscopeData)

Vergleicht die zugrunde liegenden Vector3-Instanzen.

Equals(Object)

Wenn gleich einem anderen Objekt

GetHashCode()

Rufen Sie den Hashcode für das Objekt ab.

ToString()

Eine Zeichenfolgendarstellung der Daten.

Operatoren

Equality(GyroscopeData, GyroscopeData)

Gleichheitsoperator für gleich

Inequality(GyroscopeData, GyroscopeData)

Ungleichheitsprüfung

Gilt für: