GraphicsSettingsInspectorUtility.OpenAndScrollTo

Declaration

public static void OpenAndScrollTo(Type renderPipelineGraphicsSettingsType);

Declaration

public static void OpenAndScrollTo(string propertyPath);

Declaration

public static void OpenAndScrollTo(string propertyPath);

Declaration

public static void OpenAndScrollTo(Func<TVisualElement,bool> subElementFunc);

Parameters

renderPipelineGraphicsSettingsType Provide a Type derived from IRenderPipelineGraphicsSettings.
propertyPath Provide a property path from SerializedProperty.propertyPath.
subElementFunc Provide a method to choose a subElement of the provided IRenderPipelineGraphicsSettings type.

Description

Call a method to open GraphicsSettings page and scroll to specified property.


Did you find this page useful? Please give it a rating: