public void Initialize(LerpRotationIndexOverTime rotation, GetTargetDirection navigation, float gridSize)
 {
     this.rotation   = rotation;
     this.navigation = navigation;
     this.gridSize   = gridSize;
 }