Advances to the next frame.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static int Frame(
bool capture = false
)
Parameters
- capture Boolean (Optional)
- If true the frame is captured for debugging.
Return Value
Int32The current frame number.
Remarks
When using a multithreaded renderer, this call
just swaps internal buffers, kicks render thread, and returns. In a
singlethreaded renderer this call does frame rendering.
See Also