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

    Struct ScreenOrientationEvent

    Namespace: Unity.Platforms
    Syntax
    public struct ScreenOrientationEvent

    Constructors

    ScreenOrientationEvent(Int32)

    Declaration
    public ScreenOrientationEvent(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