Class MacPlatformSettings
Mac platform settings.
Namespace: FlaxEditor.Content.Settings
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class MacPlatformSettings : ApplePlatformSettings
Constructors
MacPlatformSettings()
Fields
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.
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
|