UI Two-Team Leaderboard

UITwoTeamLeaderboardV2

HUD
Component
Combine:
Built-In UI

Two teams match details UI entity, modify the entity property to affect the display content on the corresponding UI.

Properties

Name Type Description Script Name
Is Visible Bool Displayed if on is true, off otherwise IsVisible
Left Team Score Int Left Team Score LeftTeamScore
Right Team Score Int Right Team Score RightTeamScore
Left Players Player List Left Players LeftPlayers
Right Players Player List Right Players RightPlayers
Score Type Names String List Array of points type names ScoreTypeNames
Left Score Content Left points array (List 1D: player; List 2D: points data filled according to customized points type) LeftScoreContent
Right Score Content Array of points on the right (List 1D: players; List 2D: points data filled in according to customized points types) RightScoreContent