UxrHiScoresPanelEntries.AddEntry Method

Adds a hi-score entry to the panel.

Namespace: UltimateXR.UI.Helpers.HiScores
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public void AddEntry(
	string entryName,
	string entryValue,
	Sprite icon
)

Parameters

 

entryName
Type: System.String
Entry name
entryValue
Type: System.String
Entry score
icon
Type: Sprite
Optional icon to show next to the score

See Also

Reference

UxrHiScoresPanelEntries Class
UltimateXR.UI.Helpers.HiScores Namespace