Search Results for

    Show / Hide Table of Contents

    Class ApplePlatformSettings

    Apple platform settings.

    Inheritance
    System.Object
    SettingsBase
    ApplePlatformSettings
    iOSPlatformSettings
    MacPlatformSettings
    Namespace: FlaxEditor.Content.Settings
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public abstract class ApplePlatformSettings : SettingsBase

    Constructors

    ApplePlatformSettings()

    Initializes a new instance of the ApplePlatformSettings.

    Declaration
    protected ApplePlatformSettings()

    Fields

    AppIdentifier

    The app identifier (reversed DNS, eg. com.company.product). Custom tokens: ${PROJECT_NAME}, ${COMPANY_NAME}.

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

    OverrideIcon

    Custom icon texture to use for the application (overrides the default one).

    Declaration
    [EditorOrder(1000)]
    [EditorDisplay("Other", null)]
    public Texture OverrideIcon
    Field Value
    Texture

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Constructors
      • ApplePlatformSettings()
    • Fields
      • AppIdentifier
      • OverrideIcon
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat