Board

Board.Core.BoardApplication

BoardApplication.ShowProfileSwitcher() Method

Shows the profile switcher button overlay in the top-left corner.

public static void ShowProfileSwitcher();

Remarks

This should be called when the application allows the user to switch between profiles. The button will remain visible until HideProfileSwitcher() is called. This is typically used in menu screens or lobby areas where profile switching is appropriate.