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