Esempio n. 1
0
 private void Start()
 {
     contentVolume       = TransitionManager.Instance.ViewVolume;
     volumeTightTagalong = contentVolume.GetComponent <TightTagalong>();
     volumeTightTagalong.FollowMotionControllerIfAvailable = true;
     volumeInterpolator = contentVolume.GetComponent <Interpolator>();
 }
Esempio n. 2
0
 private void Awake()
 {
     tightTagalong = GetComponent <TightTagalong>();
     interpolator  = GetComponent <Interpolator>();
 }