Struct CinemachineVirtualCameraBase.TransitionParams | Cinemachine | 2.5.0
docs.unity3d.com
    Show / Hide Table of Contents

    Struct CinemachineVirtualCameraBase.TransitionParams

    Collection of parameters that influence how this virtual camera transitions from other virtual cameras

    Namespace: Cinemachine
    Syntax
    [Serializable]
    public struct TransitionParams

    Fields

    m_BlendHint

    Hint for blending positions to and from this virtual camera

    Declaration
    [Tooltip("Hint for blending positions to and from this virtual camera")]
    [FormerlySerializedAs("m_PositionBlending")]
    public CinemachineVirtualCameraBase.BlendHint m_BlendHint
    Field Value
    Type Description
    CinemachineVirtualCameraBase.BlendHint

    m_InheritPosition

    When this virtual camera goes Live, attempt to force the position to be the same as the current position of the Unity Camera

    Declaration
    [Tooltip("When this virtual camera goes Live, attempt to force the position to be the same as the current position of the Unity Camera")]
    public bool m_InheritPosition
    Field Value
    Type Description
    Boolean

    m_OnCameraLive

    This event fires when the virtual camera goes Live

    Declaration
    [Tooltip("This event fires when the virtual camera goes Live")]
    public CinemachineBrain.VcamActivatedEvent m_OnCameraLive
    Field Value
    Type Description
    CinemachineBrain.VcamActivatedEvent
    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