Enum CinemachineBrain.BrainUpdateMethod
This enum defines the options available for the update method.
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
public enum CinemachineBrain.BrainUpdateMethod
필드
| 이름 | 설명 |
|---|---|
| FixedUpdate | Camera is updated in sync with the Physics module, in FixedUpdate |
| LateUpdate | Camera is updated in MonoBehaviour LateUpdate. |