docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineVirtualCameraBase.StandbyUpdateMode

    How often to update a virtual camera when it is in Standby mode

    Namespace: Cinemachine
    Syntax
    public enum StandbyUpdateMode

    Fields

    Name Description Value
    Always

    Update the virtual camera every frame, even when it is not Live

    Never

    Only update if the virtual camera is Live

    RoundRobin

    Update the virtual camera occasionally, the exact frequency depends on how many other virtual cameras are in Standby

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, August 31, 2022
    Terms of use