Enum CinemachineTargetGroup.UpdateMethod
This enum defines the options available for the update method.
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
public enum CinemachineTargetGroup.UpdateMethod
필드
| 이름 | 설명 |
|---|---|
| FixedUpdate | Updated in sync with the Physics module, in FixedUpdate |
| LateUpdate | Updated in MonoBehaviour LateUpdate. |
| Update | Updated in normal MonoBehaviour Update. |