示例#1
0
文件: OhoBox.cs 项目: leon196/UnityVJ
 void Start()
 {
     arduino = new Arduino();
     zapping = GetComponent<Zapping>();
     switchCamera = GetComponent<SwitchCamera>();
 }
示例#2
0
 void Start()
 {
     arduino      = new Arduino();
     zapping      = GetComponent <Zapping>();
     switchCamera = GetComponent <SwitchCamera>();
 }