docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetIntermediateState

    GetIntermediateState(ICinemachineCamera, ICinemachineCamera, float)

    Interpolate a camera state between the two cameras being blended.

    Declaration
    CameraState GetIntermediateState(ICinemachineCamera CamA, ICinemachineCamera CamB, float t)
    Parameters
    Type Name Description
    ICinemachineCamera CamA

    The first camera

    ICinemachineCamera CamB

    The second camera

    float t

    Range 0...1 where 0 is CamA state and 1 is CamB state

    Returns
    Type Description
    CameraState

    The interpolated state.

    In This Article
    Back to top
    Copyright © 2023 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)