コード例 #1
0
 void Start()
 {
     pc = player.GetComponent<PlayerControls> ();
     l2sc = comicUI.GetComponent<Level2_ShowComic> ();
     string endLinesStr = endLines.text;
     char[] delimitingChars = {'\n'};
     endLinesA = endLinesStr.Split (delimitingChars);
     ch = chatHandlerObj.GetComponent<ChatHandler> ();
     aus = audioObj.GetComponent<AudioSource> ();
     amount = aus.volume / 4;
     baseVolume = aus.volume;
 }
コード例 #2
0
 void Start()
 {
     l2sc = comicUI.GetComponent<Level2_ShowComic> ();
     pc = player.GetComponent<PlayerControls> ();
 }
コード例 #3
0
 void Start()
 {
     l2sc = comicUI.GetComponent<Level2_ShowComic> ();
 }