コード例 #1
0
ファイル: NameFleam.cs プロジェクト: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     wp = GameObject.Find ("Play_GameController").GetComponent<play_Wrapper> ();
     gc = GameObject.Find ("Play_GameController").GetComponent<Play_GameController> ();
     tc = GameObject.Find ("TitleController").GetComponent<TitleController> ();
     sp = this.GetComponent<SpriteRenderer> ();
     turn_p = -1;
 }
コード例 #2
0
ファイル: NamePleat.cs プロジェクト: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     wp = GameObject.Find ("Play_GameController").GetComponent<play_Wrapper> ();
     gc = GameObject.Find ("Play_GameController").GetComponent<Play_GameController> ();
     t = this.GetComponent<Text> ();
 }
コード例 #3
0
ファイル: MOVE.cs プロジェクト: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find ("Play_GameController").GetComponent<Play_GameController> ();
     pb = this.GetComponent<PosBox> ();
     n = null;
 }
コード例 #4
0
ファイル: play_Wrapper.cs プロジェクト: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     tc = GameObject.Find ("TitleController").GetComponent<TitleController> ();
     gc = this.GetComponent<Play_GameController> ();
     turn = 0;
     turn_p = -1;
     names [0] = "マッチング中...";
     names [1] = "マッチング中...";
 }
コード例 #5
0
ファイル: Flyer.cs プロジェクト: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find ("Play_GameController").GetComponent<Play_GameController> ();
     move = GameObject.Find ("Play_GameController").GetComponent<MoveTypeSc> ();
     posbox = this.GetComponent<PosBox> ();
 }
コード例 #6
0
ファイル: CursorSc.cs プロジェクト: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find("Play_GameController").GetComponent<Play_GameController> ();
 }
コード例 #7
0
ファイル: knight.cs プロジェクト: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     gc     = GameObject.Find("Play_GameController").GetComponent <Play_GameController> ();
     move   = GameObject.Find("Play_GameController").GetComponent <MoveTypeSc> ();
     posbox = this.GetComponent <PosBox> ();
 }
コード例 #8
0
ファイル: MoveTypeSc.cs プロジェクト: gan3ma/Client
 void Start()
 {
     gc = this.GetComponent<Play_GameController> ();
     tc = GameObject.Find ("TitleController").GetComponent<TitleController> ();
 }
コード例 #9
0
 // Use this for initialization
 void Start()
 {
     wp = GameObject.Find("Play_GameController").GetComponent <play_Wrapper> ();
     gc = GameObject.Find("Play_GameController").GetComponent <Play_GameController> ();
     t  = this.GetComponent <Text> ();
 }
コード例 #10
0
ファイル: GET.cs プロジェクト: gan3ma/Client
 // Use this for initialization
 void Start()
 {
     gc = GameObject.Find("Play_GameController").GetComponent <Play_GameController> ();
     pb = this.GetComponent <PosBox> ();
     n  = null;
 }