docs.unity.cn
    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
    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
    Generated by DocFX
    on Saturday, May 6, 2023