Exemplo n.º 1
0
    // Use this for initialization
    void Start()
    {
        opningcs   = GetComponent <opning>();
        settingcs  = GetComponent <setting>();
        quizbookcs = GetComponent <quizbook>();

        frame = new Vector3(100, 3.75f, 0);             //枠組みの位置
        Frame.transform.position = frame;               //枠組みの位置を代入(最初はカメラの範囲外に)
        judge = new Vector3(50, 50, 0);                 //〇×の位置
        Judge.transform.position = judge;               //〇×の位置(最初は両方とも見えないように)
    }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     opningcs   = GetComponent <opning>();
     quizbookcs = GetComponent <quizbook>();
 }