public float GetSquaredViewDepth(Camera camera)
 {
     return(parent.GetSquaredViewDepth(camera));
 }