Class ApplePlatformSettings
Apple platform settings.
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
|