Class VolumesPreferences
Preferences for Volumes
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class VolumesPreferences : ICoreRenderPipelinePreferencesProvider
Properties
drawSolid
Returns if the Volume Gizmos should render the solid faces
Declaration
public static bool drawSolid { get; }
Property Value
Type | Description |
---|---|
bool |
drawWireFrame
Returns if the Volume Gizmos should render the wireframe edges
Declaration
public static bool drawWireFrame { get; }
Property Value
Type | Description |
---|---|
bool |
header
The header
Declaration
public GUIContent header { get; }
Property Value
Type | Description |
---|---|
GUIContent |
keywords
The keywords
Declaration
public List<string> keywords { get; }
Property Value
Type | Description |
---|---|
List<string> |
volumeGizmoColor
Returns the user defined color for rendering volume gizmos
Declaration
public static Color volumeGizmoColor { get; }
Property Value
Type | Description |
---|---|
Color |
volumeGizmosVisibilityOption
The current option for the visibility
Declaration
public static VolumesPreferences.VolumeGizmoVisibility volumeGizmosVisibilityOption { get; set; }
Property Value
Type | Description |
---|---|
VolumesPreferences.VolumeGizmoVisibility |
Methods
PreferenceGUI()
The method that draws the UI
Declaration
public void PreferenceGUI()