Enum CinemachineBrain.BrainUpdateMethod | Cinemachine | 2.4.0
docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineBrain.BrainUpdateMethod

    This enum defines the options available for the update method.

    Namespace: Cinemachine
    Syntax
    [DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
    public enum BrainUpdateMethod

    Fields

    Name Description
    FixedUpdate

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

    LateUpdate

    Camera is updated in MonoBehaviour LateUpdate.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX