Version: 2023.2
언어: 한국어
public UIElements.VisualElement CreatePropertyGUI (SerializedProperty property);

파라미터

property The SerializedProperty to make the custom GUI for.

반환

VisualElement The element containing the custom GUI.

설명

Creates custom GUI with UI Toolkit for the property.

See PropertyDrawer for an example of making a custom property drawer that uses CreatePropertyGUI.