Enum CinemachineTargetGroup.UpdateMethod
This enum defines the options available for the update method.
Namespace: Cinemachine
Syntax
public enum UpdateMethod
Fields
Name | Description | Value |
---|---|---|
FixedUpdate | Updated in sync with the Physics module, in FixedUpdate |
|
LateUpdate | Updated in MonoBehaviour LateUpdate. |
|
Update | Updated in normal MonoBehaviour Update. |