Enum CinemachineBrain.UpdateMethod | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Enum CinemachineBrain.UpdateMethod

    This enum defines the options available for the update method.

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

    Fields

    Name Description
    FixedUpdate

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

    LateUpdate

    Virtual cameras are updated in MonoBehaviour LateUpdate.

    SmartUpdate

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

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023