Liberi
An exergame built for kids with CP!
MinigameRankingView Class Reference

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...
 

Detailed Description

A visual ranking system for games with a score component.

Definition at line 8 of file MinigameRankingView.cs.

Member Function Documentation

void MinigameRankingView.AddAvatar ( IRankable  toAdd)
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.

void MinigameRankingView.RemoveAvatar ( IRankable  toRemove)
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.

Member Data Documentation

float MinigameRankingView.RankSpacing

Units (in pixels) to vertically space rank gui objects

Definition at line 27 of file MinigameRankingView.cs.

Property Documentation

MinigameRankingView MinigameRankingView.Instance
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.

string MinigameRankingView.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.

Definition at line 42 of file MinigameRankingView.cs.


The documentation for this class was generated from the following file: