private void Update() { if (isInitialized) { interpolation.Interpolate(); } }
private void Update() { interpolation.Interpolate(); }