Beispiel #1
0
 private void Awake()
 {
     cam   = GetComponent <Camera>();
     input = new FocusableInput(focusName);
 }