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

Class for managing study-related game components. More...

Inherits MonoBehaviour, and MonoBehaviour.

Static Public Member Functions

static void LogEvent (Enum eventType, params object[] args)
 Log a game event. More...
 

Public Attributes

float MeasureLogInterval
 The interval at which to log measures. More...
 
string[] LogHeaderColumns
 An array of strings representing the log header column headings. More...
 
string[] LogColumns
 An array of strings representing the log column headings. More...
 
string LogDateFormat = "yyyy-MM-dd"
 Formatting for dates in logs. More...
 
string LogTimeFormat = "HH:mm:ss"
 Formatting for times in logs. More...
 
string LogTimeFileNameFormat = "HH-mm-ss"
 Formatting for times in logs. More...
 

Detailed Description

Class for managing study-related game components.

Definition at line 13 of file Study.cs.

Member Function Documentation

static void Study.LogEvent ( Enum  eventType,
params object[]  args 
)
inlinestatic

Log a game event.

Parameters
eventTypeThe event type.
argsEvent arguments.

Only enum values marked with the LogEventType attribute may be used for this method.

Definition at line 57 of file Study.cs.

Member Data Documentation

string [] Study.LogColumns

An array of strings representing the log column headings.

Definition at line 28 of file Study.cs.

string Study.LogDateFormat = "yyyy-MM-dd"

Formatting for dates in logs.

Definition at line 32 of file Study.cs.

string [] Study.LogHeaderColumns

An array of strings representing the log header column headings.

Definition at line 24 of file Study.cs.

string Study.LogTimeFileNameFormat = "HH-mm-ss"

Formatting for times in logs.

Definition at line 40 of file Study.cs.

string Study.LogTimeFormat = "HH:mm:ss"

Formatting for times in logs.

Definition at line 36 of file Study.cs.

float Study.MeasureLogInterval

The interval at which to log measures.

Definition at line 20 of file Study.cs.


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