docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineTargetGroup.UpdateMethods

    This enum defines the options available for the update method.

    Namespace: Unity.Cinemachine
    Syntax
    public enum UpdateMethods

    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 MonoBehaviour LateUpdate.


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