Camera.orthographicvar orthographic : booleanDescriptionIs the camera orthographic (true) or perspective (false)?
When ortho is true, camera's viewing volume is defined by orthographicSize.
JavaScript
// Set the camera to be orthograpghic using UnityEngine; import UnityEngine
JavaScript
// Set the main camera to be orthographic using UnityEngine; import UnityEngine |
