docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ICinemachineMixer

    This is a ICinemachineCamera that can own child ICinemachineCameras. ICinemachineCamera nesting is defined using this interface.

    Inherited Members
    ICinemachineCamera.Name
    ICinemachineCamera.Description
    ICinemachineCamera.State
    ICinemachineCamera.IsValid
    ICinemachineCamera.ParentCamera
    ICinemachineCamera.UpdateCameraState(Vector3, float)
    ICinemachineCamera.OnCameraActivated(ICinemachineCamera.ActivationEventParams)
    Namespace: Unity.Cinemachine
    Assembly: Unity.Cinemachine.dll
    Syntax
    public interface ICinemachineMixer : ICinemachineCamera

    Methods

    IsLiveChild(ICinemachineCamera, bool)

    Check whether the cam is a live child of this camera.

    Declaration
    bool IsLiveChild(ICinemachineCamera child, bool dominantChildOnly = false)
    Parameters
    Type Name Description
    ICinemachineCamera child

    The child ICienamchineCamera to check

    bool dominantChildOnly

    If true, will only return true if this vcam is the dominant live child

    Returns
    Type Description
    bool

    True if the vcam is currently actively influencing the state of this vcam

    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)