Share via


OrientationSensorData 구조체

정의

방향에 대한 센서 데이터입니다.

public struct OrientationSensorData : IEquatable<Xamarin.Essentials.OrientationSensorData>
[System.Runtime.CompilerServices.IsReadOnly]
public struct OrientationSensorData : IEquatable<Xamarin.Essentials.OrientationSensorData>
상속
System.ValueType
OrientationSensorData
특성
System.Runtime.CompilerServices.IsReadOnlyAttribute
구현
System.IEquatable<OrientationSensorData>

생성자

OrientationSensorData(Double, Double, Double, Double)

Public 생성자

OrientationSensorData(Single, Single, Single, Single)

Public 생성자

속성

Orientation

Quaternion을 나타내는 현재 방향을 가져옵니다.

메서드

Equals(Object)

다른 개체와 같으면

Equals(OrientationSensorData)

기본 Quaternion 인스턴스를 비교합니다.

GetHashCode()

개체에 대한 해시 코드를 가져옵니다.

ToString()

데이터의 문자열 표현입니다.

연산자

Equality(OrientationSensorData, OrientationSensorData)

같음 연산자

Inequality(OrientationSensorData, OrientationSensorData)

불평등 검사

적용 대상