docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method IsLiveChild

    IsLiveChild(ICinemachineCamera, bool)

    Check whether the vcam a live child of this camera. Returns true if the child is currently contributing actively to the camera state.

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

    The Virtual Camera to check

    bool dominantChildOnly

    If truw, 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

    Implements
    ICinemachineMixer.IsLiveChild(ICinemachineCamera, bool)
    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)