Skip to content

53A0ECF2

Marcel Härtel edited this page Aug 27, 2023 · 2 revisions

RunOneFrame Method

Runs exactly one frame by internally calling 'Invalidate();' one single time. This will run the game loop only once and immediately shows the result.

Definition

Namespace: MonoGame.Forms.NET.Controls
Assembly: MonoGame.Forms.NET (in MonoGame.Forms.NET.dll) Version: 3.2.0

C#

public void RunOneFrame()

See Also

Reference

GameControl Class
MonoGame.Forms.NET.Controls Namespace

Clone this wiki locally