Enum CinemachineVirtualCameraBase.StandbyUpdateMode
How often to update a virtual camera when it is in Standby mode
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
public enum CinemachineVirtualCameraBase.StandbyUpdateMode
필드
| 이름 | 설명 |
|---|---|
| Always | Update the virtual camera every frame, even when it is not Live |
| Never | Only update if the virtual camera is Live |
| RoundRobin | Update the virtual camera occasionally, the exact frequency depends on how many other virtual cameras are in Standby |