Tanoda
UserStatManager Class Reference
Inheritance diagram for UserStatManager:
GILES.pb_MonoBehaviourSingleton< UserStatManager >

Classes

class  Collector
 

Public Member Functions

void Start ()
 
void ClearUserStats ()
 
void ShowStats (UserManager.User user, string trainingName)
 
void GetStats (UserManager.User user, out IEnumerable< float > notzerotimes, out IEnumerable< float > notzerotimesAll, out List< float > recognitionList, out List< float > timeSpendList, out List< float > penaltyList)
 

Public Attributes

GameObject TrainingPrefab
 
GameObject QuizPrefab
 
GameObject empty
 
GameObject statusWindow
 
Transform contentParent
 

Properties

static UserStatManager Instance [get]
 
- Properties inherited from GILES.pb_MonoBehaviourSingleton< UserStatManager >
virtual bool dontDestroyOnLoad [get]
 Override to maintain an instance of this object across level loads. More...
 
static T instance [get]
 
static T nullableInstance [get]
 

Additional Inherited Members

- Protected Member Functions inherited from GILES.pb_MonoBehaviourSingleton< UserStatManager >
virtual void Initialize ()
 
virtual void Awake ()
 

Detailed Description

Definition at line 9 of file UserStatManager.cs.

Member Function Documentation

◆ ClearUserStats()

void UserStatManager.ClearUserStats ( )

Definition at line 28 of file UserStatManager.cs.

◆ GetStats()

void UserStatManager.GetStats ( UserManager.User  user,
out IEnumerable< float >  notzerotimes,
out IEnumerable< float >  notzerotimesAll,
out List< float >  recognitionList,
out List< float >  timeSpendList,
out List< float >  penaltyList 
)

Definition at line 127 of file UserStatManager.cs.

◆ ShowStats()

void UserStatManager.ShowStats ( UserManager.User  user,
string  trainingName 
)

Definition at line 37 of file UserStatManager.cs.

◆ Start()

void UserStatManager.Start ( )

Definition at line 24 of file UserStatManager.cs.

Member Data Documentation

◆ contentParent

Transform UserStatManager.contentParent

Definition at line 15 of file UserStatManager.cs.

◆ empty

GameObject UserStatManager.empty

Definition at line 13 of file UserStatManager.cs.

◆ QuizPrefab

GameObject UserStatManager.QuizPrefab

Definition at line 12 of file UserStatManager.cs.

◆ statusWindow

GameObject UserStatManager.statusWindow

Definition at line 14 of file UserStatManager.cs.

◆ TrainingPrefab

GameObject UserStatManager.TrainingPrefab

Definition at line 11 of file UserStatManager.cs.

Property Documentation

◆ Instance

UserStatManager UserStatManager.Instance
staticget

Definition at line 16 of file UserStatManager.cs.


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