Tanoda
|
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] |
![]() | |
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 | |
![]() | |
virtual void | Initialize () |
virtual void | Awake () |
Definition at line 9 of file UserStatManager.cs.
void UserStatManager.ClearUserStats | ( | ) |
Definition at line 28 of file UserStatManager.cs.
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.
void UserStatManager.ShowStats | ( | UserManager.User | user, |
string | trainingName | ||
) |
Definition at line 37 of file UserStatManager.cs.
void UserStatManager.Start | ( | ) |
Definition at line 24 of file UserStatManager.cs.
Transform UserStatManager.contentParent |
Definition at line 15 of file UserStatManager.cs.
GameObject UserStatManager.empty |
Definition at line 13 of file UserStatManager.cs.
GameObject UserStatManager.QuizPrefab |
Definition at line 12 of file UserStatManager.cs.
GameObject UserStatManager.statusWindow |
Definition at line 14 of file UserStatManager.cs.
GameObject UserStatManager.TrainingPrefab |
Definition at line 11 of file UserStatManager.cs.
|
staticget |
Definition at line 16 of file UserStatManager.cs.