Enum CinemachineDollyCart.UpdateMethod
This enum defines the options available for the update method.
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public enum CinemachineDollyCart.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. |