Enum CinemachineDollyCart.UpdateMethod | Cinemachine | 2.4.0
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
    FixedUpdate

    Updated in sync with the Physics module, in FixedUpdate

    LateUpdate

    Updated in normal MonoBehaviour LateUpdate

    Update

    Updated in normal MonoBehaviour Update.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX