Search Results for

    Show / Hide Table of Contents

    Class iOSPlatformSettings.UIInterfaceOrientations

    The display orientation modes. Can be combined as flags.

    Inheritance
    System.Object
    iOSPlatformSettings.UIInterfaceOrientations
    Namespace: FlaxEditor.Content.Settings
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class UIInterfaceOrientations : Enum

    Fields

    All

    The all modes.

    Declaration
    public const iOSPlatformSettings.UIInterfaceOrientations All
    Field Value
    iOSPlatformSettings.UIInterfaceOrientations

    LandscapeLeft

    The device is in landscape mode, with the device upright and the Home button on the left.

    Declaration
    public const iOSPlatformSettings.UIInterfaceOrientations LandscapeLeft
    Field Value
    iOSPlatformSettings.UIInterfaceOrientations

    LandscapeRight

    The device is in landscape mode, with the device upright and the Home button on the right.

    Declaration
    public const iOSPlatformSettings.UIInterfaceOrientations LandscapeRight
    Field Value
    iOSPlatformSettings.UIInterfaceOrientations

    Portrait

    The device is in portrait mode, with the device upright and the Home button on the bottom.

    Declaration
    public const iOSPlatformSettings.UIInterfaceOrientations Portrait
    Field Value
    iOSPlatformSettings.UIInterfaceOrientations

    PortraitUpsideDown

    The device is in portrait mode but is upside down, with the device upright and the Home button at the top.

    Declaration
    public const iOSPlatformSettings.UIInterfaceOrientations PortraitUpsideDown
    Field Value
    iOSPlatformSettings.UIInterfaceOrientations

    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