InitSettings(Int32, Int32, ResetFlags) Constructor |
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic InitSettings(
int width,
int height,
ResetFlags resetFlags = ResetFlags.None
)
Parameters
- width Int32
- The initial width of the screen.
- height Int32
- The initial height of the screen.
- resetFlags ResetFlags (Optional)
- Various flags that control creation of the device.
See Also