docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineBrain.BrainUpdateMethods

    This enum defines the options available for the update method.

    Namespace: Unity.Cinemachine
    Syntax
    public enum BrainUpdateMethods

    Fields

    Name Description Value
    FixedUpdate

    Camera is updated in sync with the Physics module, in FixedUpdate


    0
    LateUpdate

    Camera is updated in MonoBehaviour LateUpdate (or when ManualUpdate is called).


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