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