Search Results for

    Show / Hide Table of Contents

    Class AndroidPlatformSettings.ScreenOrientation

    Android screen orientation options.

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

    Fields

    AutoRotation

    "fullSensor" mode

    Declaration
    public const AndroidPlatformSettings.ScreenOrientation AutoRotation
    Field Value
    AndroidPlatformSettings.ScreenOrientation

    Landscape

    "userLandscape" mode

    Declaration
    public const AndroidPlatformSettings.ScreenOrientation Landscape
    Field Value
    AndroidPlatformSettings.ScreenOrientation

    Portrait

    "userPortrait" mode

    Declaration
    public const AndroidPlatformSettings.ScreenOrientation Portrait
    Field Value
    AndroidPlatformSettings.ScreenOrientation

    SensorLandscape

    "sensorLandscape" mode

    Declaration
    public const AndroidPlatformSettings.ScreenOrientation SensorLandscape
    Field Value
    AndroidPlatformSettings.ScreenOrientation

    SensorPortrait

    "sensorPortrait" mode

    Declaration
    public const AndroidPlatformSettings.ScreenOrientation SensorPortrait
    Field Value
    AndroidPlatformSettings.ScreenOrientation

    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