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.
1 parent 9039b9b commit dd49bb4Copy full SHA for dd49bb4
Runtime/Utilities/Yield.cs
@@ -17,12 +17,12 @@ public static class Yield
17
/// Waits until the end of the frame, just before displaying the frame
18
/// on screen.
19
/// </summary>
20
- public static readonly WaitForEndOfFrame endOfFrame = new WaitForEndOfFrame();
+ public static readonly WaitForEndOfFrame EndOfFrame = new WaitForEndOfFrame();
21
22
/// <summary>
23
/// Waits until the next fixed frame rate update function.
24
25
- public static readonly WaitForFixedUpdate fixedUpdate = new WaitForFixedUpdate();
+ public static readonly WaitForFixedUpdate FixedUpdate = new WaitForFixedUpdate();
26
27
28
/// Stores WaitForSeconds statements.
0 commit comments