UxrHiScoresPanelEnterName.Show Method
Shows the panel using a fade effect. The panel GameObject should be in an inactive state.
Namespace: UltimateXR.UI.Helpers.HiScores
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public void Show(
string textCongratulations,
string textEnterName,
string textEnter,
float fadeDurationSeconds,
float fadeDelaySeconds = 0f
)
Parameters
- textCongratulations
- Type: System.String
Congratulations text - textEnterName
- Type: System.String
Enter name text on top - textEnter
- Type: System.String
Enter name text right above the name - fadeDurationSeconds
- Type: System.Single
Seconds it takes for the panel to fade in - fadeDelaySeconds (Optional)
- Type: System.Single
Seconds to wait before the panel fades in
See Also
Reference
UxrHiScoresPanelEnterName Class
UltimateXR.UI.Helpers.HiScores Namespace