コード例 #1
0
 public void Infromation02()
 {
     activeJournal    = ActiveJournal.Two;
     displayText.text = information[1].text;
     Debug.Log("Entry02");
 }
コード例 #2
0
 public void Information04()
 {
     activeJournal    = ActiveJournal.Four;
     displayText.text = information[3].text;
     Debug.Log("Entry04");
 }
コード例 #3
0
 public void Information01()
 {
     activeJournal    = ActiveJournal.One;
     displayText.text = information[0].text;
     Debug.Log("Entry01");
 }
コード例 #4
0
 public void Information03()
 {
     activeJournal    = ActiveJournal.Three;
     displayText.text = information[2].text;
     Debug.Log("Entry03");
 }