Table of Contents

Class GameWindowOptions

Namespace
Axolotl2D
Assembly
Axolotl2D.dll

Initial window and display settings.

public sealed class GameWindowOptions
Inheritance
GameWindowOptions
Inherited Members

Properties

MaximumDrawRate

public double MaximumDrawRate { get; set; }

Property Value

double

MaximumUpdateRate

public double MaximumUpdateRate { get; set; }

Property Value

double

Mode

public GameWindowMode Mode { get; set; }

Property Value

GameWindowMode

Resizable

public bool Resizable { get; set; }

Property Value

bool

ShowFramerateInTitle

public bool ShowFramerateInTitle { get; set; }

Property Value

bool

Size

public Vector2 Size { get; set; }

Property Value

Vector2

Title

public string Title { get; set; }

Property Value

string

VSync

public bool VSync { get; set; }

Property Value

bool