예제 #1
0
 // Start is called before the first frame update
 void Start()
 {
     whiteboard = GameObject.Find("Plane");
     script     = whiteboard.GetComponent <PixAccess>();
     //  comentext = (GameObject)Resources.Load("TextOutput");
     // texscript = comentext.GetComponent<TextControl>();
     dropdown = GetComponent <Dropdown>();
 }
예제 #2
0
 // Start is called before the first frame update
 void Start()
 {
     whiteboard = GameObject.Find("Plane");
     script     = whiteboard.GetComponent <PixAccess>();
     dropdown   = GetComponent <Dropdown>();
 }
예제 #3
0
 // Start is called before the first frame update
 void Start()
 {
     whiteboard = GameObject.Find("Plane"); //Unityちゃんをオブジェクトの名前から取得して変数に格納する
     script     = whiteboard.GetComponent <PixAccess>();
     dropdown   = GetComponent <Dropdown>();
 }