docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Enum CinemachineSplineCart.UpdateMethods

    This enum defines the options available for the update method.

    Namespace: Unity.Cinemachine
    Assembly: solution.dll
    Syntax
    public enum CinemachineSplineCart.UpdateMethods

    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.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023