OrthogonalWidth
Introduction
Orthogonal Examples
// If we want to zoom in 8x, we want to make the amount
// of area that the Layer views 1/8 of what it was before.
// Therefore, we'll divide by 8:
LayerInstance.LayerCameraSettings.OrthogonalWidth /= 8;
LayerInstance.LayerCameraSettings.OrthogonalHeight /= 8;Matching Layer to Camera coordinates
Using Orthogonal values
Last updated
Was this helpful?