private void Awake()
 {
     tightTagalong = GetComponent<TightTagalong>();
     interpolator = GetComponent<Interpolator>();
 }
Beispiel #2
0
 private void Awake()
 {
     tightTagalong = GetComponent <TightTagalong>();
     interpolator  = GetComponent <Interpolator>();
 }
 private void Start()
 {
     contentVolume = TransitionManager.Instance.ViewVolume;
     volumeTightTagalong = contentVolume.GetComponent<TightTagalong>();
     volumeInterpolator = contentVolume.GetComponent<Interpolator>();
 }
Beispiel #4
0
 private void Start()
 {
     contentVolume       = TransitionManager.Instance.ViewVolume;
     volumeTightTagalong = contentVolume.GetComponent <TightTagalong>();
     volumeInterpolator  = contentVolume.GetComponent <Interpolator>();
 }