| GameLiftManagerLobbyManagerSetCorrectUIPanel Method |
Sets the UI panel to be displayed to the user
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private void SetCorrectUIPanel(
GameLiftManagerLobbyManagerCurrentLoginStage _panel
)
Private Sub SetCorrectUIPanel (
_panel As GameLiftManagerLobbyManagerCurrentLoginStage
)
private:
void SetCorrectUIPanel(
GameLiftManagerLobbyManagerCurrentLoginStage _panel
)
private member SetCorrectUIPanel :
_panel : GameLiftManagerLobbyManagerCurrentLoginStage -> unit
Parameters
- _panel
- Type: ASLGameLiftManagerLobbyManagerCurrentLoginStage
The panel to be displayed to the user
See Also