docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct CinemachineBlendListCamera.Instruction

    This represents a single entry in the instrunction list of the BlendListCamera.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Cinemachine
    Assembly: Cinemachine.dll
    Syntax
    [Serializable]
    public struct CinemachineBlendListCamera.Instruction

    Fields

    m_Blend

    How to blend to the next virtual camera in the list (if any)

    Declaration
    [Tooltip("How to blend to the next virtual camera in the list (if any)")]
    public CinemachineBlendDefinition m_Blend
    Field Value
    Type Description
    CinemachineBlendDefinition

    m_Hold

    How long to wait (in seconds) before activating the next virtual camera in the list (if any)

    Declaration
    [Tooltip("How long to wait (in seconds) before activating the next virtual camera in the list (if any)")]
    public float m_Hold
    Field Value
    Type Description
    float

    m_VirtualCamera

    The virtual camera to activate when this instruction becomes active

    Declaration
    [Tooltip("The virtual camera to activate when this instruction becomes active")]
    public CinemachineVirtualCameraBase m_VirtualCamera
    Field Value
    Type Description
    CinemachineVirtualCameraBase
    In This Article
    Back to top
    Copyright © 2025 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)