Interface ICoreRenderPipelinePreferencesProvider
Interface to extend to provide UI
Namespace: UnityEditor.Rendering
Syntax
public interface ICoreRenderPipelinePreferencesProvider
Properties
header
The header of the preferences
Declaration
GUIContent header { get; }
Property Value
Type | Description |
---|---|
GUIContent |
keywords
The list of keywords
Declaration
List<string> keywords { get; }
Property Value
Type | Description |
---|---|
List<String> |
Methods
PreferenceGUI()
The main method to render the user interface
Declaration
void PreferenceGUI()