Interface ICoreRenderPipelinePreferencesProvider
Interface to extend to provide UI
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public interface ICoreRenderPipelinePreferencesProvider
Properties
header
The header of the panel
Declaration
GUIContent header { get; }
Property Value
Type | Description |
---|---|
GUIContent |
keywords
The list of keywords for user search
Declaration
List<string> keywords { get; }
Property Value
Type | Description |
---|---|
List<string> |
Methods
PreferenceGUI()
Renders the Preferences UI for this provider
Declaration
void PreferenceGUI()