Search Results for

    Show / Hide Table of Contents

    Class ScreenOrientationType

    The device screen orientation types (eg. portrait, landscape, etc.).

    Inheritance
    System.Object
    ScreenOrientationType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class ScreenOrientationType : Enum

    Fields

    LandscapeLeft

    The landscape screen orientation with device bottom on the right side of the screen (device rotated to the left from the portrait).

    Declaration
    public const ScreenOrientationType LandscapeLeft
    Field Value
    ScreenOrientationType

    LandscapeRight

    The landscape screen orientation with device bottom on the left side of the screen (device rotated to the right from the portrait).

    Declaration
    public const ScreenOrientationType LandscapeRight
    Field Value
    ScreenOrientationType

    Portrait

    The portrait screen orientation with device bottom on the bottom side of the screen.

    Declaration
    public const ScreenOrientationType Portrait
    Field Value
    ScreenOrientationType

    PortraitUpsideDown

    The portrait screen orientation but upside down with device bottom on the top side of the screen.

    Declaration
    public const ScreenOrientationType PortraitUpsideDown
    Field Value
    ScreenOrientationType

    Unknown

    The unknown orientation type.

    Declaration
    public const ScreenOrientationType Unknown
    Field Value
    ScreenOrientationType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat