Version: 2022.3

EditorGUI.PropertyScopeConstructor

切换到手册
public EditorGUI.PropertyScope (Rect totalPosition, GUIContent label, SerializedProperty property);

参数

totalPosition 屏幕上用于控件的矩形,包括标签(如果适用)。
label 滑动条前面的标签。使用 null 时将使用 SerializedProperty 中的名称。使用 GUIContent.none 可不显示标签。
property 用于控件的 SerializedProperty。

描述

创建一个新的 PropertyScope 并开始相应的属性。