docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum LensSettings.OverrideModes

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

    Namespace: Unity.Cinemachine
    Assembly: solution.dll
    Syntax
    public enum LensSettings.OverrideModes

    Fields

    Name Description
    None

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

    Orthographic

    Orthographic projection mode will be pushed to the Unity Camera

    Perspective

    Perspective projection mode will be pushed to the Unity Camera

    Physical

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

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)