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: Unity.Cinemachine
    Syntax
    public enum StandbyUpdateMode

    Fields

    Name Description Value
    Never

    Only update if the virtual camera is Live


    0
    Always

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


    1
    RoundRobin

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


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Saturday, May 6, 2023