コード例 #1
0
ファイル: wordsHitPool.cs プロジェクト: Zorthax/Wordpool
 // Use this for initialization
 void Start()
 {
     player = GameObject.FindGameObjectWithTag("Player");
     note = GameObject.FindGameObjectWithTag("Player").GetComponent<NotepadScript>();
     SaveSystem save = FindObjectOfType<SaveSystem>();
     save.SetScreenshotCamera(screenshotCamera);
 }
コード例 #2
0
ファイル: Reset.cs プロジェクト: Zorthax/Wordpool
 // Use this for initialization
 void Start()
 {
     note = GameObject.FindGameObjectWithTag("Player").GetComponent<NotepadScript>();
 }
コード例 #3
0
ファイル: GithubTest.cs プロジェクト: Zorthax/Wordpool
    //Thisisatest
    // Use this for initialization
    void Start()
    {
        roseWord = GameObject.FindGameObjectWithTag("roseword");
        clockWord = GameObject.FindGameObjectWithTag("clockword");
        faceWord = GameObject.FindGameObjectWithTag("faceword");
        butterWord = GameObject.FindGameObjectWithTag("butterword");
        player = GameObject.FindGameObjectWithTag("Player");

        note = GameObject.FindGameObjectWithTag("Player").GetComponent<NotepadScript>();
    }