Version: 5.6

EditorGUI.PropertyField

Switch to Manual
public static bool PropertyField (Rect position, SerializedProperty property, bool includeChildren= false);
public static bool PropertyField (Rect position, SerializedProperty property, GUIContent label, bool includeChildren= false);

Parameters

position @param position Прямоугольник на экране, использующийся для текстового поля.
property @param property SerializedProperty, используемый контролом.
label @param label Необязательный текст перед слайдером. Передайте null, чтобы использовать имя из SerializedProperty. Используйте GUIContent.none, чтобы не отображать текст.
includeChildren If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).

Returns

bool True if the property has children and is expanded and includeChildren was set to false; otherwise false.

Description

Make a field for SerializedProperty.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961