Class DecalPreferences
Preferences for Decals
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class DecalPreferences : ICoreRenderPipelinePreferencesProvider
Properties
decalGizmoColor
Obtains the color of the decal gizmo
Declaration
public static Color decalGizmoColor { get; }
Property Value
Type | Description |
---|---|
Color |
header
The header of the panel
Declaration
public GUIContent header { get; }
Property Value
Type | Description |
---|---|
GUIContent |
keywords
The list of keywords for user search
Declaration
public List<string> keywords { get; }
Property Value
Type | Description |
---|---|
List<string> |
Methods
PreferenceGUI()
Renders the Preferences UI for this provider
Declaration
public void PreferenceGUI()