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