SensorQuaternion.Y Property

Definition

Gets the y-value of the Quaternion.

public:
 property float Y { float get(); };
float Y();
public float Y { get; }
var single = sensorQuaternion.y;
Public ReadOnly Property Y As Single

Property Value

Single

float

The y-value of the Quaternion.

Applies to