docs.unity.cn
    Show / Hide Table of Contents

    Interface ICoreRenderPipelinePreferencesProvider

    Interface to extend to provide UI

    Namespace: UnityEditor.Rendering
    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()

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023