void Start()
 {
     cameraout = this.GetComponent<CameraOutObject>();
 }
Example #2
0
 void Start()
 {
     cameraout = this.GetComponent <CameraOutObject>();
 }