GyroscopeData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gyroscope information.
public struct GyroscopeData : IEquatable<Xamarin.Essentials.GyroscopeData>
[System.Runtime.CompilerServices.IsReadOnly]
public struct GyroscopeData : IEquatable<Xamarin.Essentials.GyroscopeData>
- Inheritance
-
System.ValueTypeGyroscopeData
- Attributes
-
System.Runtime.CompilerServices.IsReadOnlyAttribute
- Implements
-
System.IEquatable<GyroscopeData>
Constructors
GyroscopeData(Double, Double, Double) |
Public constructor |
GyroscopeData(Single, Single, Single) |
Public constructor. |
Properties
AngularVelocity |
Gets the angular velocity vector in radians per second. |
Methods
Equals(GyroscopeData) |
Compares the underlying Vector3 instances. |
Equals(Object) |
If equal to another object |
GetHashCode() |
Get the hash code for object. |
ToString() |
A string representation of the data. |
Operators
Equality(GyroscopeData, GyroscopeData) |
Equality operator for equals |
Inequality(GyroscopeData, GyroscopeData) |
Inequality check |