UxrHiScoresPanelEntries.Show Method

Enables the Hi-scores panel so that it shows up with a fade-in effect. The hi-scores panel’s root 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 title,
	string buttonOk,
	float fadeDurationSeconds,
	float fadeDelaySeconds = 0f
)

Parameters

 

title
Type: System.String
Text to show on the title
buttonOk
Type: System.String
Text to show as the OK button
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

UxrHiScoresPanelEntries Class
UltimateXR.UI.Helpers.HiScores Namespace