![]() |
Liberi
An exergame built for kids with CP!
|
A visual ranking system for games with a score component. More...
Inherits MonoBehaviour.
Public Member Functions | |
void | AddAvatar (IRankable toAdd) |
Adds the avatar to the list of ranked avatars. Avatar View scripts should add themselves inside their OnSpawn method. More... | |
void | RemoveAvatar (IRankable toRemove) |
Removes the avatar to the list of ranked avatars. Avatar View scripts should remove themselves inside their OnDespawn method. More... | |
void | ScoreChanged (IRankable toScore) |
Public Attributes | |
float | RankSpacing |
Units (in pixels) to vertically space rank gui objects More... | |
AnimationCurve | PositionVsScaleCurve |
Properties | |
static MinigameRankingView | Instance [get] |
Returns the instance, if the instance is null, find it in the scene using the null-coalescing operator More... | |
string | LeaderName [get] |
Returns the name of the player in the zeroth element of the Rankables array, which is the Leader given that the list is sorted. More... | |
A visual ranking system for games with a score component.
Definition at line 8 of file MinigameRankingView.cs.
|
inline |
Adds the avatar to the list of ranked avatars. Avatar View scripts should add themselves inside their OnSpawn method.
Definition at line 49 of file MinigameRankingView.cs.
|
inline |
Removes the avatar to the list of ranked avatars. Avatar View scripts should remove themselves inside their OnDespawn method.
Definition at line 66 of file MinigameRankingView.cs.
float MinigameRankingView.RankSpacing |
Units (in pixels) to vertically space rank gui objects
Definition at line 27 of file MinigameRankingView.cs.
|
staticget |
Returns the instance, if the instance is null, find it in the scene using the null-coalescing operator
Definition at line 16 of file MinigameRankingView.cs.
|
get |
Returns the name of the player in the zeroth element of the Rankables array, which is the Leader given that the list is sorted.
Definition at line 42 of file MinigameRankingView.cs.