AndroidGame.SetGameState

Declaration

public static void SetGameState(bool isLoading, Android.AndroidGameState gameState);

Declaration

public static void SetGameState(bool isLoading, Android.AndroidGameState gameState, int label, int quality);

Parameters

isLoading Whether the game is in the loading state.
gameState AndroidGameState state.
label Developer supplied custom value, e.g. for the current level.
quality Developer supplied custom value, e.g. for the current quality level.

Description

Calls setGameState() in the Android application to specify the loading status. Requires API level 33 (Android 13).

When target device does not support the required API level, no action is taken.


Did you find this page useful? Please give it a rating: