Enum CinemachineBrain.BrainUpdateMethods
The options available for the update method.
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public enum CinemachineBrain.BrainUpdateMethods
Fields
| Name | Description |
|---|---|
| FixedUpdate | Camera is updated in sync with the Physics module, in FixedUpdate. |
| LateUpdate | Camera is updated in MonoBehaviour LateUpdate (or when ManualUpdate is called). |