Skip to content

Commit

Permalink
Update C# examples for Using Viewports documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnHardern committed Aug 22, 2024
1 parent 32968e4 commit 665889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/rendering/viewports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ it using (for example):
.. code-tab:: csharp

// Wait until the frame has finished before getting the texture.
RenderingServer.FramePostDraw += HandlePostDraw;
await RenderingServer.Singleton.ToSignal(RenderingServer.SignalName.FramePostDraw);
// You can get the image after this.

Viewport Container
Expand Down

0 comments on commit 665889c

Please sign in to comment.