public void Awake()
 {
     magnet = gameObject.GetComponent <CardboardControlMagnet>();
     gaze   = gameObject.GetComponent <CardboardControlGaze>();
     box    = gameObject.GetComponent <CardboardControlBox>();
 }
Пример #2
0
 public void Awake()
 {
     magnet = gameObject.GetComponent<CardboardControlMagnet>();
 }