OrientationSensorData

Wisej.Hybrid.Shared.Sensors.OrientationSensorData

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid (3.5.0.0)

Contains the orientation measured by the user's device orientation sensor.

public class OrientationSensorData : IEquatable<OrientationSensorData>

Constructors

Initializes a new instance of OrientationSensorData.

Initializes a new instance of the OrientationSensorData class.

NameTypeDescription

x

X axis data.

y

Y axis data.

z

Z axis data.

w

W axis data.

Initializes a new instance of the OrientationSensorData class.

NameTypeDescription

x

X axis data.

y

Y axis data.

z

Z axis data.

w

W axis data.

Properties

Quaternion: Gets the current orientation that represents a Quaternion.

Last updated