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