Enum FrameSettingsRenderType
Type of entity on which frame settings are applied.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum FrameSettingsRenderType
Fields
Name | Description |
---|---|
Camera | Frame settings are applied to a camera. |
CustomOrBakedReflection | Frame settings are applied to a baked or custom reflection probe. |
RealtimeReflection | Frame settings are applied to a realtime reflection. |