Click or drag to resize

InitSettings Constructor (Int32, Int32, ResetFlags)

Initializes a new intance of the InitSettings class.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public InitSettings(
	int width,
	int height,
	ResetFlags resetFlags = ResetFlags.None
)

Parameters

width
Type: SystemInt32
The initial width of the screen.
height
Type: SystemInt32
The initial height of the screen.
resetFlags (Optional)
Type: Internal.SharpBgfxResetFlags
Various flags that control creation of the device.
See Also