Class for managing study-related game components.
More...
Inherits MonoBehaviour, and MonoBehaviour.
|
static void | LogEvent (Enum eventType, params object[] args) |
| Log a game event. More...
|
|
Class for managing study-related game components.
Definition at line 13 of file Study.cs.
static void Study.LogEvent |
( |
Enum |
eventType, |
|
|
params object[] |
args |
|
) |
| |
|
inlinestatic |
Log a game event.
- Parameters
-
eventType | The event type. |
args | Event arguments. |
Only enum values marked with the LogEventType attribute may be used for this method.
Definition at line 57 of file Study.cs.
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: