Class VolumesPreferences
Inheritance
VolumesPreferences
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
drawWireFrame
Returns if the Volume Gizmos should render the wireframe edges
Declaration
public static bool drawWireFrame { get; }
Property Value
Declaration
public GUIContent header { get; }
Property Value
Implements
keywords
Declaration
public List<string> keywords { get; }
Property Value
Implements
volumeGizmoColor
Returns the user defined color for rendering volume gizmos
Declaration
public static Color volumeGizmoColor { get; }
Property Value
volumeGizmosVisibilityOption
Declaration
public static VolumesPreferences.VolumeGizmoVisibility volumeGizmosVisibilityOption { get; set; }
Property Value
Methods
PreferenceGUI()
Renders the Preferences UI for this provider
Declaration
public void PreferenceGUI()
Implements
Extension Methods