You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small little extension method for camera class that await until camera finish fading await player.Camera.FadeAsync(CameraFade.Out, 0.5); - under the hood will await simple Task.Delay(0.5);
The text was updated successfully, but these errors were encountered:
Small little extension method for camera class that await until camera finish fading
await player.Camera.FadeAsync(CameraFade.Out, 0.5);
- under the hood will await simple Task.Delay(0.5);The text was updated successfully, but these errors were encountered: