docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum CinemachineBrain.BrainUpdateMethods

    This enum defines the options available for the update method.

    Namespace: Unity.Cinemachine
    Assembly: solution.dll
    Syntax
    public enum CinemachineBrain.BrainUpdateMethods

    Fields

    Name Description
    FixedUpdate

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

    LateUpdate

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

    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)