프로퍼티 | 타입 | 설명 | |
---|---|---|---|
gameMetricsLogGroup | |||
instance | |||
outputField | InputField | ||
simulationManager | |||
stringBuilder | |||
teamMetrics | List |
||
triggerKey | KeyCode |
메소드 | 설명 | |
---|---|---|
Decrement ( GameMetricOptions options, int index ) : void | ||
DisableCanvasGroup ( ) : void | ||
DisableLoggerHotkey ( ) : void | ||
EnableCanvasGroup ( ) : void | ||
EnableLoggerHotkey ( ) : void | ||
Increment ( GameMetricOptions options, int index ) : void | ||
PrintLog ( ) : void | ||
ResetLogger ( ) : void | ||
SetDifficultyEquation ( string equation, int index ) : void | ||
SetGameLogger ( GameLoggerOptions options ) : void | ||
SetPlayerName ( string name, int index ) : void | ||
ShowPrintLog ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
GetLevelDifficulty ( int index ) : string | ||
Initialization ( ) : void | ||
Print ( ) : void | ||
ResetMetric ( string teamLabel, int index ) : void | ||
ToggleCanvasGroup ( ) : void |
public static Decrement ( GameMetricOptions options, int index ) : void | ||
options | GameMetricOptions | |
index | int | |
리턴 | void |
public static Increment ( GameMetricOptions options, int index ) : void | ||
options | GameMetricOptions | |
index | int | |
리턴 | void |
public static SetDifficultyEquation ( string equation, int index ) : void | ||
equation | string | |
index | int | |
리턴 | void |
public static SetGameLogger ( GameLoggerOptions options ) : void | ||
options | GameLoggerOptions | |
리턴 | void |
public static SetPlayerName ( string name, int index ) : void | ||
name | string | |
index | int | |
리턴 | void |
public CanvasGroup,UnityEngine gameMetricsLogGroup | ||
리턴 |
public static SimulationMetricsLogger,Analytics instance | ||
리턴 |
public SimulationManager,Simulation simulationManager | ||
리턴 |
public StringBuilder,System.Text stringBuilder | ||
리턴 |