docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineDollyCart.UpdateMethod

    This enum defines the options available for the update method.

    Namespace: Cinemachine
    Syntax
    public enum UpdateMethod

    Fields

    Name Description Value
    Update

    Updated in normal MonoBehaviour Update.


    0
    FixedUpdate

    Updated in sync with the Physics module, in FixedUpdate


    1
    LateUpdate

    Updated in normal MonoBehaviour LateUpdate


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, May 8, 2023