예제 #1
0
 protected virtual void Awake()
 {
     clockCorrelator    = new ClockCorrelator();
     _fixedOffset.delay = 0.4f;
 }
예제 #2
0
 protected virtual void Awake()
 {
     clockCorrelator = new ClockCorrelator();
 }
예제 #3
0
 protected virtual void Awake() {
   clockCorrelator = new ClockCorrelator();
   _fixedOffset.delay = 0.4f;
 }
 protected virtual void Awake()
 {
     clockCorrelator = new ClockCorrelator();
     _smoothedFixedUpdateOffset.delay = FIXED_UPDATE_OFFSET_SMOOTHING_DELAY;
 }