Struct DeviceOrientationEvent | Platforms | 0.2.2-preview.10
docs.unity.cn
    Show / Hide Table of Contents

    Struct DeviceOrientationEvent

    Namespace: Unity.Platforms
    Syntax
    public struct DeviceOrientationEvent

    Constructors

    DeviceOrientationEvent(Int32)

    Declaration
    public DeviceOrientationEvent(int orientation)
    Parameters
    Type Name Description
    Int32 orientation

    Properties

    Orientation

    Declaration
    public int Orientation { get; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX