From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/Graphics/DrawSplashScreenAndWatermarks.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Runtime/Graphics/DrawSplashScreenAndWatermarks.h (limited to 'Runtime/Graphics/DrawSplashScreenAndWatermarks.h') diff --git a/Runtime/Graphics/DrawSplashScreenAndWatermarks.h b/Runtime/Graphics/DrawSplashScreenAndWatermarks.h new file mode 100644 index 0000000..b323456 --- /dev/null +++ b/Runtime/Graphics/DrawSplashScreenAndWatermarks.h @@ -0,0 +1,18 @@ +#pragma once + +void DrawSplashAndWatermarks(); +void DrawWaterMark( bool alwaysDisplay ); + +#if UNITY_CAN_SHOW_SPLASH_SCREEN + +void BeginSplashScreenFade(); +bool IsSplashScreenFadeComplete(); +bool GetShouldShowSplashScreen(); +void DrawSplashScreen (bool fullDraw); +#endif + +#if WEBPLUG +void ShowFullscreenEscapeWarning (); +void RenderFullscreenEscapeWarning (); +extern double gDisplayFullscreenEscapeTimeout; +#endif -- cgit v1.1-26-g67d0