docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate CinemachineCore.GetCustomBlenderDelegate

    Delegate for replacing a standard CinemachineBlend with a custom blender class. Return a new instance of a custom blender, or null to use the default blender.

    Namespace: Unity.Cinemachine
    Assembly: solution.dll
    Syntax
    public delegate CinemachineBlend.IBlender CinemachineCore.GetCustomBlenderDelegate(ICinemachineCamera fromCam, ICinemachineCamera toCam)
    Parameters
    Type Name Description
    ICinemachineCamera fromCam

    The outgoing camera

    ICinemachineCamera toCam

    The incoming camera

    Returns
    Type Description
    CinemachineBlend.IBlender

    A new instance of a custom blender, or null to use the default blender

    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)