Add target screen support and user bypass

This commit is contained in:
Dean Herbert
2019-02-25 14:01:51 +09:00
parent caef58675d
commit 706da017d7
2 changed files with 23 additions and 12 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Screens
/// <summary>
/// Whether a top-level component should be allowed to exit the current screen to, for example,
/// complete an import.
/// complete an import. Note that this can be overridden by a user if they specifically request.
/// </summary>
bool AllowExternalScreenChange { get; }