Class OrientationSensorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

    The OrientationSensor changed event arguments class is used for storing the data returned by a orientation sensor.

    public class OrientationSensorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    OrientationSensorDataUpdatedEventArgs

    Properties

    View Source

    Azimuth

    Gets the azimuth component of the orientation.

    Declaration
    public float Azimuth { get; }
    Property Value
    Type Description
    float

    Azimuth

    View Source

    Pitch

    Gets the pitch component of the orientation.

    Declaration
    public float Pitch { get; }
    Property Value
    Type Description
    float

    Pitch

    View Source

    Roll

    Gets the roll component of the orientation.

    Declaration
    public float Roll { get; }
    Property Value
    Type Description
    float

    Roll

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX