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

OrientationSensorData()

Initializes a new instance of OrientationSensorData.

OrientationSensorData(x, y, z, w)

Initializes a new instance of the OrientationSensorData class.

Name
Type
Description

OrientationSensorData(x, y, z, w)

Initializes a new instance of the OrientationSensorData class.

Name
Type
Description

Properties

Orientation

Quaternionarrow-up-right: Gets the current orientation that represents a Quaternionarrow-up-right.

Last updated