版本:Unity 6 (6000.0)
语言英语
  • C#

GraphicsSettingsInspectorUtility.OpenAndScrollTo

建议进行更改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们并非能接受所有提交的内容,但我们会阅读来自我们用户的每条建议更改,并在适用情况下进行更新。

关闭

提交失败

由于某种原因,无法提交您的建议更改。请在几分钟后 <a>重试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public static void OpenAndScrollTo(Type renderPipelineGraphicsSettingsType);

声明

public static void OpenAndScrollTo(string propertyPath);

声明

public static void OpenAndScrollTo(string propertyPath);

声明

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

参数

renderPipelineGraphicsSettingsType 提供一个派生自 IRenderPipelineGraphicsSettingsType
propertyPath 提供一个来自 SerializedProperty.propertyPath 的属性路径。
subElementFunc 提供一个方法,用于选择所提供的 IRenderPipelineGraphicsSettings 类型的子元素。

说明

调用一个方法来打开图形设置页面并滚动到指定的属性。