GyroscopeData Struct

Definition

Gyroscope information.

public struct GyroscopeData : IEquatable<Xamarin.Essentials.GyroscopeData>
[System.Runtime.CompilerServices.IsReadOnly]
public struct GyroscopeData : IEquatable<Xamarin.Essentials.GyroscopeData>
Inheritance
GyroscopeData
Attributes
Implements

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

Applies to