コード例 #1
0
ファイル: StringUpdate.cs プロジェクト: thevinter/Re-Ship
 // Update is called once per frame
 void Update()
 {
     text.text = s.GetValue();
 }
コード例 #2
0
ファイル: EndMenu.cs プロジェクト: thevinter/Re-Ship
 // Update is called once per frame
 void Update()
 {
     text.text = "Total depth reached: " + totalDepth.GetValue();
 }