OrientationSensorReading.Quaternion Property

Definition

Gets the Quaternion for the current orientation-sensor reading.

public:
 property SensorQuaternion ^ Quaternion { SensorQuaternion ^ get(); };
SensorQuaternion Quaternion();
public SensorQuaternion Quaternion { get; }
var sensorQuaternion = orientationSensorReading.quaternion;
Public ReadOnly Property Quaternion As SensorQuaternion

Property Value

The Quaternion for the current orientation-sensor reading.

Applies to