Enum VolumeFrameworkUpdateMode
Defines the update frequency for the Volume Framework.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum VolumeFrameworkUpdateMode
필드
이름 | 설명 |
---|---|
EveryFrame | Use this to have the Volume Framework update every frame. |
UsePipelineSettings | Use this to choose the setting set on the pipeline asset. |
ViaScripting | Use this to disable Volume Framework updates or to update it manually via scripting. |