Search Results for

    Show / Hide Table of Contents

    Class iOSPlatformSettings

    iOS platform settings.

    Inheritance
    System.Object
    SettingsBase
    ApplePlatformSettings
    iOSPlatformSettings
    Inherited Members
    ApplePlatformSettings.AppIdentifier
    ApplePlatformSettings.OverrideIcon
    Namespace: FlaxEditor.Content.Settings
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class iOSPlatformSettings : ApplePlatformSettings

    Constructors

    iOSPlatformSettings()

    Initializes a new instance of the iOSPlatformSettings.

    Declaration
    public iOSPlatformSettings()

    Fields

    AppTeamId

    The app developer name - App Store Team ID. For example: 'VG6K6HT8B'.

    Declaration
    [EditorOrder(10)]
    [EditorDisplay("General", null)]
    public string AppTeamId
    Field Value
    System.String

    AppVersion

    The app version number (matches CURRENT_PROJECT_VERSION in XCode).

    Declaration
    [EditorOrder(20)]
    [EditorDisplay("General", null)]
    public string AppVersion
    Field Value
    System.String

    ExportMethod

    The app export mode (if automatic packaging is not disabled via Build Settings, otherwise export app manually via XCode project).

    Declaration
    [EditorOrder(50)]
    [EditorDisplay("General", null)]
    public iOSPlatformSettings.ExportMethods ExportMethod
    Field Value
    iOSPlatformSettings.ExportMethods

    SupportedInterfaceOrientationsiPad

    The UI interface orientation modes supported on iPad devices.

    Declaration
    [EditorOrder(210)]
    [EditorDisplay("UI", "Supported Interface Orientations (iPad)")]
    public iOSPlatformSettings.UIInterfaceOrientations SupportedInterfaceOrientationsiPad
    Field Value
    iOSPlatformSettings.UIInterfaceOrientations

    SupportedInterfaceOrientationsiPhone

    The UI interface orientation modes supported on iPhone devices.

    Declaration
    [EditorOrder(200)]
    [EditorDisplay("UI", "Supported Interface Orientations (iPhone)")]
    public iOSPlatformSettings.UIInterfaceOrientations SupportedInterfaceOrientationsiPhone
    Field Value
    iOSPlatformSettings.UIInterfaceOrientations

    TexturesQuality

    The output textures quality (compression).

    Declaration
    [EditorOrder(100)]
    [EditorDisplay("General", null)]
    public iOSPlatformSettings.TextureQuality TexturesQuality
    Field Value
    iOSPlatformSettings.TextureQuality

    Extension Methods

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