コード例 #1
0
ファイル: INTERMEDIATE.cs プロジェクト: dmytrmalev/health
 void OnMouseDown()
 {
     VariableScript.SetTopBar(2);
     VariableScript.METABOLIZER_ID = VariableScript.INTERMEDIATE_METABOLIZER;
     VariableScript.ShowGraphLegend(2);
     VariableScript.SetYAxis(2);
 }
コード例 #2
0
 void OnMouseDown()
 {
     VariableScript.SetTopBar(3);
     VariableScript.METABOLIZER_ID = VariableScript.POOR_METABOLIZER;
     VariableScript.ShowGraphLegend(3);
     VariableScript.SetYAxis(3);
 }
コード例 #3
0
ファイル: ULTRARAPID.cs プロジェクト: dmytrmalev/health
 void OnMouseDown()
 {
     VariableScript.SetTopBar(0);
     VariableScript.METABOLIZER_ID = VariableScript.ULTRARAPID_METABOLIZER;
     VariableScript.ShowGraphLegend(0);
     VariableScript.SetYAxis(0);
 }
コード例 #4
0
 void OnMouseDown()
 {
     VariableScript.SetTopBar(1);
     VariableScript.METABOLIZER_ID = VariableScript.EXTENSIVE_METABOLIZER;
     VariableScript.ShowGraphLegend(1);
     VariableScript.SetYAxis(1);
 }