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