예제 #1
0
파일: OhoBox.cs 프로젝트: leon196/UnityVJ
 void Start()
 {
     arduino = new Arduino();
     zapping = GetComponent<Zapping>();
     switchCamera = GetComponent<SwitchCamera>();
 }
예제 #2
0
파일: OhoBox.cs 프로젝트: sup0stas/UnityVJ
 void Start()
 {
     arduino      = new Arduino();
     zapping      = GetComponent <Zapping>();
     switchCamera = GetComponent <SwitchCamera>();
 }