docs.unity3d.com
    Show / Hide Table of Contents

    Enum LensSettings.OverrideModes

    This enum controls how the Camera seetings are driven. Some settings can be pulled from the main camera, or pushed to it, depending on these values.

    Namespace: Cinemachine
    Syntax
    public enum OverrideModes

    Fields

    Name Description Value
    None

    Perspective/Ortho, IsPhysical will not be changed in Unity Camera. This is the default setting.


    0
    Orthographic

    Orthographic projection mode will be pushed to the Unity Camera


    1
    Perspective

    Perspective projection mode will be pushed to the Unity Camera


    2
    Physical

    A physically-modeled Perspective projection type will be pushed to the Unity Camera


    3
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023