docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineBrain.UpdateMethods

    This enum defines the options available for the update method.

    Namespace: Unity.Cinemachine
    Syntax
    public enum UpdateMethods

    Fields

    Name Description Value
    FixedUpdate

    Virtual cameras are updated in sync with the Physics module, in FixedUpdate


    0
    LateUpdate

    Virtual cameras are updated in MonoBehaviour LateUpdate.


    1
    SmartUpdate

    Virtual cameras are updated according to how the target is updated.


    2
    ManualUpdate

    Virtual cameras are not automatically updated, client must explicitly call the CinemachineBrain's ManualUpdate() method.


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