Class ApplicationConfig
Inheritance
System.Object
ApplicationConfig
Assembly: AxEngine.dll
Syntax
public class ApplicationConfig
Constructors
|
Improve this Doc
View Source
ApplicationConfig()
Declaration
public ApplicationConfig()
Properties
|
Improve this Doc
View Source
FlushRenderBackend
Get or set when rendering backend should be flushed.
Usefull when measuring draw call times.
Declaration
public FlushRenderBackend FlushRenderBackend { get; set; }
Property Value
|
Improve this Doc
View Source
HideTitleBar
Declaration
public bool HideTitleBar { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IdleRenderFrequency
Declaration
public int IdleRenderFrequency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IdleUpdateFrequency
Declaration
public int IdleUpdateFrequency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsMultiThreaded
Declaration
public bool IsMultiThreaded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RenderFrequency
Declaration
public int RenderFrequency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UpdateFrequency
Declaration
public int UpdateFrequency { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UseConsole
Declaration
public bool UseConsole { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseFrameDebug
Declaration
public bool UseFrameDebug { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseGtkUI
Declaration
public bool UseGtkUI { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseShadows
Declaration
public bool UseShadows { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VSync
Declaration
public VSyncMode VSync { get; set; }
Property Value
Type |
Description |
OpenToolkit.Windowing.Common.VSyncMode |
|
|
Improve this Doc
View Source
WindowBorder
Declaration
public WindowBorder WindowBorder { get; set; }
Property Value
Type |
Description |
OpenToolkit.Windowing.Common.WindowBorder |
|
|
Improve this Doc
View Source
WindowLocation
Declaration
public Vector2i? WindowLocation { get; set; }
Property Value
Type |
Description |
System.Nullable<OpenToolkit.Mathematics.Vector2i> |
|
|
Improve this Doc
View Source
WindowSize
Declaration
public Vector2i WindowSize { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2i |
|
|
Improve this Doc
View Source
WindowTitle
Declaration
public string WindowTitle { get; set; }
Property Value
Type |
Description |
System.String |
|