docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ICinemachineCamera.ActivationEventParams

    This is sent with ActivationEvent

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cinemachine
    Assembly: Unity.Cinemachine.dll
    Syntax
    public struct ICinemachineCamera.ActivationEventParams

    Fields

    DeltaTime

    Effective deltaTime for this frame

    Declaration
    public float DeltaTime
    Field Value
    Type Description
    float

    IncomingCamera

    Camera that is being activated (may be null)

    Declaration
    public ICinemachineCamera IncomingCamera
    Field Value
    Type Description
    ICinemachineCamera

    IsCut

    If true, then the transition is instantaneous

    Declaration
    public bool IsCut
    Field Value
    Type Description
    bool

    Origin

    Object that originated the event

    Declaration
    public ICinemachineMixer Origin
    Field Value
    Type Description
    ICinemachineMixer

    OutgoingCamera

    Camera that is being deactivated (may be null)

    Declaration
    public ICinemachineCamera OutgoingCamera
    Field Value
    Type Description
    ICinemachineCamera

    WorldUp

    Up direction for this frame. Unity vector in world coords.

    Declaration
    public Vector3 WorldUp
    Field Value
    Type Description
    Vector3
    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)