docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineTrackedDolly.CameraUpMode

    Different ways to set the camera's up vector

    Namespace: Cinemachine
    Syntax
    [DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
    public enum CameraUpMode

    Fields

    Name Description Value
    Default

    Leave the camera's up vector alone. It will be set according to the Brain's WorldUp.


    0
    Path

    Take the up vector from the path's up vector at the current point


    1
    PathNoRoll

    Take the up vector from the path's up vector at the current point, but with the roll zeroed out


    2
    FollowTarget

    Take the up vector from the Follow target's up vector


    3
    FollowTargetNoRoll

    Take the up vector from the Follow target's up vector, but with the roll zeroed out


    4
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, May 8, 2023