GLWindow(Int32, Int32, Boolean, PostProcessingQuality, WindowMode) Konstruktor

Standardkonstruktor für den Fenstermodus

Definition

Namensraum: KWEngine3
Assembly: KWEngine3 (in KWEngine3.dll) Version: 3.0.3.6+f8a89075a615d32fc356cc3f2e251b69bc677877
C#
public GLWindow(
	int width,
	int height,
	bool vSync,
	PostProcessingQuality ppQuality,
	WindowMode windowMode
)

Parameter

width  Int32
Breite des Fensterinhalts in Pixeln
height  Int32
Höhe des Fenterinhalts in Pixeln
vSync  Boolean
Begrenzung der FPS an die Bildwiederholrate des Monitors?
ppQuality  PostProcessingQuality
Qualität der Post-Processing-Pipeline (Standard: hohe Qualität)
windowMode  WindowMode
Art des Fensters (Standard oder rahmenlos)

Siehe auch