Class MacPlatformSettings
Mac platform settings.
Namespace: FlaxEditor.Content.Settings
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class MacPlatformSettings : ApplePlatformSettings
Constructors
MacPlatformSettings()
Fields
CodeSignIdentity
App code signing identity name (from local Mac keychain). Use 'security find-identity -v -p codesigning' to list possible options.
Declaration
[EditorOrder(53)]
[EditorDisplay("Deploy", null)]
public string CodeSignIdentity
Field Value
|
System.String
|
PackageKeychainProfile
Apple keychain profile name to use for app notarize action (installed locally).
Declaration
[EditorOrder(55)]
[EditorDisplay("Deploy", null)]
public string PackageKeychainProfile
Field Value
|
System.String
|
ResizableWindow
Enables resizing the game window by the user.
Declaration
[EditorOrder(140)]
[EditorDisplay("Window", null)]
public bool ResizableWindow
Field Value
|
System.Boolean
|
RunInBackground
Enables game running when application window loses focus. [Deprecated in v1.12]
Declaration
[EditorOrder(1010)]
[EditorDisplay("Other", "Run In Background")]
public bool RunInBackground
Field Value
|
System.Boolean
|
ScreenHeight
The default game window height (in pixels).
Declaration
[EditorOrder(130)]
[EditorDisplay("Window", null)]
public int ScreenHeight
Field Value
|
System.Int32
|
ScreenWidth
The default game window width (in pixels).
Declaration
[EditorOrder(120)]
[EditorDisplay("Window", null)]
public int ScreenWidth
Field Value
|
System.Int32
|
WindowMode
The default game window mode.
Declaration
[EditorOrder(110)]
[EditorDisplay("Window", null)]
public GameWindowMode WindowMode
Field Value
|
GameWindowMode
|