Cinemachine
![]() | CinemachineBrainUpdateMethod Enumeration |
This enum defines the options available for the update method.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)

[DocumentationSortingAttribute(0.1f, DocumentationSortingAttributeLevel.UserRef)] public enum UpdateMethod
Cinemachine.UpdateMethod = function(); Cinemachine.UpdateMethod.createEnum('Cinemachine.UpdateMethod', false);

Member name | Value | Description | |
---|---|---|---|
FixedUpdate | 0 | Virtual cameras are updated in sync with the Physics module, in FixedUpdate | |
LateUpdate | 1 | Virtual cameras are updated in MonoBehaviour LateUpdate. | |
SmartUpdate | 2 | Virtual cameras are updated according to how the target is updated. |
