InitSettings Constructor (Int32, Int32, ResetFlags) |
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax 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