We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a09a25 + dc16176 commit b600291Copy full SHA for b600291
tutorials/rendering/viewports.rst
@@ -181,7 +181,7 @@ it using (for example):
181
.. code-tab:: csharp
182
183
// Wait until the frame has finished before getting the texture.
184
- await RenderingServer.Singleton.ToSignal(RenderingServer.SignalName.FramePostDraw);
+ await ToSignal(RenderingServer.Singleton, RenderingServer.SignalName.FramePostDraw);
185
// You can get the image after this.
186
187
Viewport Container
0 commit comments